#6B00A8

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

Shades of Indigo #6B00A8

Tints of Indigo #6B00A8

Color information

#6B00A8 (or 0x6B00A8) is unknown color: approx Indigo. HEX triplet: 6B, 00 and A8. RGB value is (107,0,168). Sum of RGB (Red+Green+Blue) = 107+0+168=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 168 (66.02% from 255 or 61.09% from 275); Max value from RGB is 168 - color contains mainly: blue. Hex color #6B00A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B00A8 is #94FF57. Grayscale: #323232. Windows color (decimal): -9764696 or 11010155. OLE color: 11010155.

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

Color convert

RGB1070168-
CMYK0.36100.34
HSL278.21º100%32.94%-
HSV(B)278.21º100%65.88%-
XYZ13.135.9537.5-
YUV51.14193.95167.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 168 (66.02% from 255) = 61.09%
R=38.91%
G=0%
B=61.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10701680.36100.34278.2110032.94
Hex6B0A824640221166421
Octal15302504414404242614441
Binary1101011010101000100100110010001000101000101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B00A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,168); }

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

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

 a { background-color: rgb(107,0,168); }

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

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

 span { border-color: rgb(107,0,168); }

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