Html Css Color HEX #60099C Indigo

📋 copy color: '#60099C'

red 96 ◦ green 9 ◦ blue 156

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

Shades of Indigo #60099C

Tints of Indigo #60099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.77%

R = 36.78%
G = 3.45%
B = 59.77%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60099C (or 0x60099C) is known color: Indigo. HEX triplet: 60, 09 and 9C. RGB value is (96,9,156). Sum of RGB (Red+Green+Blue) = 96+9+156=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #60099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60099C is #9FF663. Grayscale: #333333. Windows color (decimal): -10483300 or 10226016. OLE color: 10226016.

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

Color convert

RGB 96 9 156 -
CMYK 0.38 0.94 0 0.39
HSL 275.51º 0.89% 0.32% -
HSV(B) 275.51º 0.94% 0.61% -
XYZ 10.92 5.08 31.86 -
YUV 51.77 186.82 159.55 -
System Red Green Blue C M Y K H S L
Decimal 96 9 156 0.38 0.94 0 0.39 275.51 0.89 0.32
Hex 60 9 9C 26 5E 0 27 114 59 20
Octal 140 11 234 46 136 0 47 424 131 40
Binary 1100000 1001 10011100 100110 1011110 0 100111 100010100 1011001 100000

Color Harmonies of #60099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60099C

Black with #60099C

Text Example


Text Example

White with #60099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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