#6B0CA3

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

Shades of Indigo #6B0CA3

Tints of Indigo #6B0CA3

Color information

#6B0CA3 (or 0x6B0CA3) is unknown color: approx Indigo. HEX triplet: 6B, 0C and A3. RGB value is (107,12,163). Sum of RGB (Red+Green+Blue) = 107+12+163=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 163 (64.06% from 255 or 57.80% from 282); Max value from RGB is 163 - color contains mainly: blue. Hex color #6B0CA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0CA3 is #94F35C. Grayscale: #393939. Windows color (decimal): -9761629 or 10685547. OLE color: 10685547.

HSL color Cylindrical-coordinate representation of color #6B0CA3: hue angle of 277.75º 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 #6B0CA3 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10712163-
CMYK0.340.9300.36
HSL277.75º86.29%34.31%-
HSV(B)277.75º92.64%63.92%-
XYZ12.816.0335.14-
YUV57.62187.47163.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 12 (5.08% from 255) = 4.26%
BLUE value IS 163 (64.06% from 255) = 57.80%
R=37.94%
G=4.26%
B=57.80%

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
Decimal107121630.340.9300.36277.7586.2934.31
Hex6BCA3225D0241165622
Octal153142434213504442612642
Binary1101011110010100011100010101110101001001000101101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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