#6B0CA2

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

Shades of Indigo #6B0CA2

Tints of Indigo #6B0CA2

Color information

#6B0CA2 (or 0x6B0CA2) is unknown color: approx Indigo. HEX triplet: 6B, 0C and A2. RGB value is (107,12,162). Sum of RGB (Red+Green+Blue) = 107+12+162=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #6B0CA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0CA2 is #94F35D. Grayscale: #393939. Windows color (decimal): -9761630 or 10620011. OLE color: 10620011.

HSL color Cylindrical-coordinate representation of color #6B0CA2: hue angle of 278º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0CA2 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10712162-
CMYK0.340.9300.36
HSL278º86.21%34.12%-
HSV(B)278º92.59%63.53%-
XYZ12.72634.67-
YUV57.5186.97163.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=38.08%
G=4.27%
B=57.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal107121620.340.9300.3627886.2134.12
Hex6BCA2225D0241165622
Octal153142424213504442612642
Binary1101011110010100010100010101110101001001000101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,162); }

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

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

 a { background-color: rgb(107,12,162); }

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

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

 span { border-color: rgb(107,12,162); }

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