Html Css Color HEX #60066E Indigo

📋 copy color: '#60066E'

red 96 ◦ green 6 ◦ blue 110

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

Shades of Indigo #60066E

Tints of Indigo #60066E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 45.28%
G = 2.83%
B = 51.89%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60066E (or 0x60066E) is known color: Indigo. HEX triplet: 60, 06 and 6E. RGB value is (96,6,110). Sum of RGB (Red+Green+Blue) = 96+6+110=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #60066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60066E is #9FF991. Grayscale: #2C2C2C. Windows color (decimal): -10484114 or 7210592. OLE color: 7210592.

HSL color Cylindrical-coordinate representation of color #60066E: hue angle of 291.92º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60066E is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 6 110 -
CMYK 0.13 0.95 0 0.57
HSL 291.92º 0.9% 0.23% -
HSV(B) 291.92º 0.95% 0.43% -
XYZ 7.7 3.74 15.07 -
YUV 44.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 96 6 110 0.13 0.95 0 0.57 291.92 0.9 0.23
Hex 60 6 6E D 5F 0 39 124 5A 17
Octal 140 6 156 15 137 0 71 444 132 27
Binary 1100000 110 1101110 1101 1011111 0 111001 100100100 1011010 10111

Color Harmonies of #60066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60066E

Black with #60066E

Text Example


Text Example

White with #60066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60066E; }

 p { color: rgb(96,6,110); }

 H1.HeaderClassName
 {
   color: #60066E;
 }
 .AnyTagClassName
 {
   color: #60066E;
 }
</style>

background-color css

<style>
 a { background-color: #60066E; }

 a { background-color: rgb(96,6,110); }

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

border-color css

<style>
 span { border-color: #60066E; }

 span { border-color: rgb(96,6,110); }

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