Html Css Color HEX #6008AA Indigo

📋 copy color: '#6008AA'

red 96 ◦ green 8 ◦ blue 170

#6008AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #6008AA

Tints of Indigo #6008AA

RGB

 RED value IS 96 (37.89% from 255) = 35.04%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 170 (66.8% from 255) = 62.04%

R = 35.04%
G = 2.92%
B = 62.04%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6008AA (or 0x6008AA) is known color: Indigo. HEX triplet: 60, 08 and AA. RGB value is (96,8,170). Sum of RGB (Red+Green+Blue) = 96+8+170=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #6008AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6008AA is #9FF755. Grayscale: #343434. Windows color (decimal): -10483542 or 11143264. OLE color: 11143264.

HSL color Cylindrical-coordinate representation of color #6008AA: hue angle of 272.59º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6008AA is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 8 170 -
CMYK 0.44 0.95 0 0.33
HSL 272.59º 0.91% 0.35% -
HSV(B) 272.59º 0.95% 0.67% -
XYZ 12.17 5.56 38.46 -
YUV 52.78 194.15 158.83 -
System Red Green Blue C M Y K H S L
Decimal 96 8 170 0.44 0.95 0 0.33 272.59 0.91 0.35
Hex 60 8 AA 2C 5F 0 21 111 5B 23
Octal 140 10 252 54 137 0 41 421 133 43
Binary 1100000 1000 10101010 101100 1011111 0 100001 100010001 1011011 100011

Color Harmonies of #6008AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6008AA

Black with #6008AA

Text Example


Text Example

White with #6008AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6008AA; }

 p { color: rgb(96,8,170); }

 H1.HeaderClassName
 {
   color: #6008AA;
 }
 .AnyTagClassName
 {
   color: #6008AA;
 }
</style>

background-color css

<style>
 a { background-color: #6008AA; }

 a { background-color: rgb(96,8,170); }

 div.DivClassName
 {
   background-color: #6008AA;
 }
 .BgClassName
 {
   background-color: #6008AA;
 }
</style>

border-color css

<style>
 span { border-color: #6008AA; }

 span { border-color: rgb(96,8,170); }

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