#6C1298

Color #6C1298 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #6C1298

Tints of Indigo #6C1298

Color information

#6C1298 (or 0x6C1298) is unknown color: approx Indigo. HEX triplet: 6C, 12 and 98. RGB value is (108,18,152). Sum of RGB (Red+Green+Blue) = 108+18+152=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1298 is #93ED67. Grayscale: #3B3B3B. Windows color (decimal): -9694568 or 9966188. OLE color: 9966188.

HSL color Cylindrical-coordinate representation of color #6C1298: hue angle of 280.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1298 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10818152-
CMYK0.290.8800.40
HSL280.3º78.82%33.33%-
HSV(B)280.3º88.16%59.61%-
XYZ12.075.8930.21-
YUV60.19179.82162.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 18 (7.42% from 255) = 6.47%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=38.85%
G=6.47%
B=54.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108181520.290.8800.40280.378.8233.33
Hex6C12981D580281184f21
Octal154222303513005043011741
Binary1101100100101001100011101101100001010001000110001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1298; }

 p { color: rgb(108,18,152); }

 H1.HeaderClassName
 {
   color: #6C1298;
 }
 .AnyTagClassName
 {
   color: #6C1298;
 }
</style>
background-color css

<style>
 a { background-color: #6C1298; }

 a { background-color: rgb(108,18,152); }

 div.DivClassName
 {
   background-color: #6C1298;
 }
 .BgClassName
 {
   background-color: #6C1298;
 }
</style>
border-color css

<style>
 span { border-color: #6C1298; }

 span { border-color: rgb(108,18,152); }

 td.TdClassName
 {
   border-color: #6C1298;
 }
 .TagClassName
 {
   border-color: #6C1298;
 }
</style>