Html Css Color HEX #60009A Indigo

📋 copy color: '#60009A'

red 96 ◦ green 0 ◦ blue 154

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

Shades of Indigo #60009A

Tints of Indigo #60009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 38.4%
G = 0%
B = 61.6%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60009A (or 0x60009A) is known color: Indigo. HEX triplet: 60, 00 and 9A. RGB value is (96,0,154). Sum of RGB (Red+Green+Blue) = 96+0+154=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #60009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60009A is #9FFF65. Grayscale: #2D2D2D. Windows color (decimal): -10485606 or 10092640. OLE color: 10092640.

HSL color Cylindrical-coordinate representation of color #60009A: hue angle of 277.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60009A is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 0 154 -
CMYK 0.38 1 0 0.40
HSL 277.4º 1% 0.3% -
HSV(B) 277.4º 1% 0.6% -
XYZ 10.66 4.82 30.94 -
YUV 46.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 96 0 154 0.38 1 0 0.40 277.4 1 0.3
Hex 60 0 9A 26 64 0 28 115 64 1E
Octal 140 0 232 46 144 0 50 425 144 36
Binary 1100000 0 10011010 100110 1100100 0 101000 100010101 1100100 11110

Color Harmonies of #60009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60009A

Black with #60009A

Text Example


Text Example

White with #60009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60009A; }

 p { color: rgb(96,0,154); }

 H1.HeaderClassName
 {
   color: #60009A;
 }
 .AnyTagClassName
 {
   color: #60009A;
 }
</style>

background-color css

<style>
 a { background-color: #60009A; }

 a { background-color: rgb(96,0,154); }

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

border-color css

<style>
 span { border-color: #60009A; }

 span { border-color: rgb(96,0,154); }

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