Html Css Color HEX #60099E Indigo

📋 copy color: '#60099E'

red 96 ◦ green 9 ◦ blue 158

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

Shades of Indigo #60099E

Tints of Indigo #60099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 158 (62.11% from 255) = 60.08%

R = 36.5%
G = 3.42%
B = 60.08%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60099E (or 0x60099E) is known color: Indigo. HEX triplet: 60, 09 and 9E. RGB value is (96,9,158). Sum of RGB (Red+Green+Blue) = 96+9+158=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #60099E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60099E is #9FF661. Grayscale: #333333. Windows color (decimal): -10483298 or 10357088. OLE color: 10357088.

HSL color Cylindrical-coordinate representation of color #60099E: hue angle of 275.03º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #60099E is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 9 158 -
CMYK 0.39 0.94 0 0.38
HSL 275.03º 0.89% 0.33% -
HSV(B) 275.03º 0.94% 0.62% -
XYZ 11.09 5.15 32.76 -
YUV 52 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 96 9 158 0.39 0.94 0 0.38 275.03 0.89 0.33
Hex 60 9 9E 27 5E 0 26 113 59 21
Octal 140 11 236 47 136 0 46 423 131 41
Binary 1100000 1001 10011110 100111 1011110 0 100110 100010011 1011001 100001

Color Harmonies of #60099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60099E

Black with #60099E

Text Example


Text Example

White with #60099E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,9,158); }

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

background-color css

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

 a { background-color: rgb(96,9,158); }

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

border-color css

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

 span { border-color: rgb(96,9,158); }

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