Html Css Color HEX #600888 Indigo

📋 copy color: '#600888'

red 96 ◦ green 8 ◦ blue 136

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

Shades of Indigo #600888

Tints of Indigo #600888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 40%
G = 3.33%
B = 56.67%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600888 (or 0x600888) is known color: Indigo. HEX triplet: 60, 08 and 88. RGB value is (96,8,136). Sum of RGB (Red+Green+Blue) = 96+8+136=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #600888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600888 is #9FF777. Grayscale: #303030. Windows color (decimal): -10483576 or 8915040. OLE color: 8915040.

HSL color Cylindrical-coordinate representation of color #600888: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600888 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 96 8 136 -
CMYK 0.29 0.94 0 0.47
HSL 281.25º 0.89% 0.28% -
HSV(B) 281.25º 0.94% 0.53% -
XYZ 9.35 4.44 23.66 -
YUV 48.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 96 8 136 0.29 0.94 0 0.47 281.25 0.89 0.28
Hex 60 8 88 1D 5E 0 2F 119 59 1C
Octal 140 10 210 35 136 0 57 431 131 34
Binary 1100000 1000 10001000 11101 1011110 0 101111 100011001 1011001 11100

Color Harmonies of #600888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600888

Black with #600888

Text Example


Text Example

White with #600888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600888; }

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

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

background-color css

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

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

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

border-color css

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

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

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