Html Css Color HEX #600896 Indigo

📋 copy color: '#600896'

red 96 ◦ green 8 ◦ blue 150

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

Shades of Indigo #600896

Tints of Indigo #600896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 37.8%
G = 3.15%
B = 59.06%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#600896 (or 0x600896) is known color: Indigo. HEX triplet: 60, 08 and 96. RGB value is (96,8,150). Sum of RGB (Red+Green+Blue) = 96+8+150=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #600896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600896 is #9FF769. Grayscale: #323232. Windows color (decimal): -10483562 or 9832544. OLE color: 9832544.

HSL color Cylindrical-coordinate representation of color #600896: hue angle of 277.18º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600896 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 8 150 -
CMYK 0.36 0.95 0 0.41
HSL 277.18º 0.9% 0.31% -
HSV(B) 277.18º 0.95% 0.59% -
XYZ 10.42 4.86 29.24 -
YUV 50.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 96 8 150 0.36 0.95 0 0.41 277.18 0.9 0.31
Hex 60 8 96 24 5F 0 29 115 5A 1F
Octal 140 10 226 44 137 0 51 425 132 37
Binary 1100000 1000 10010110 100100 1011111 0 101001 100010101 1011010 11111

Color Harmonies of #600896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600896

Black with #600896

Text Example


Text Example

White with #600896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600896; }

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

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

background-color css

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

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

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

border-color css

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

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

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