Html Css Color HEX #600687 Indigo

📋 copy color: '#600687'

red 96 ◦ green 6 ◦ blue 135

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

Shades of Indigo #600687

Tints of Indigo #600687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 135 (53.13% from 255) = 56.96%

R = 40.51%
G = 2.53%
B = 56.96%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#600687 (or 0x600687) is known color: Indigo. HEX triplet: 60, 06 and 87. RGB value is (96,6,135). Sum of RGB (Red+Green+Blue) = 96+6+135=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #600687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600687 is #9FF978. Grayscale: #2F2F2F. Windows color (decimal): -10484089 or 8848992. OLE color: 8848992.

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

Color convert

RGB 96 6 135 -
CMYK 0.29 0.96 0 0.47
HSL 281.86º 0.91% 0.28% -
HSV(B) 281.86º 0.96% 0.53% -
XYZ 9.26 4.37 23.28 -
YUV 47.62 177.32 162.51 -
System Red Green Blue C M Y K H S L
Decimal 96 6 135 0.29 0.96 0 0.47 281.86 0.91 0.28
Hex 60 6 87 1D 60 0 2F 11A 5B 1C
Octal 140 6 207 35 140 0 57 432 133 34
Binary 1100000 110 10000111 11101 1100000 0 101111 100011010 1011011 11100

Color Harmonies of #600687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600687

Black with #600687

Text Example


Text Example

White with #600687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600687; }

 p { color: rgb(96,6,135); }

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

background-color css

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

 a { background-color: rgb(96,6,135); }

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

border-color css

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

 span { border-color: rgb(96,6,135); }

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