Html Css Color HEX #606864 Sirocco

📋 copy color: '#606864'

red 96 ◦ green 104 ◦ blue 100

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

Shades of Sirocco #606864

Tints of Sirocco #606864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 32%
G = 34.67%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#606864 (or 0x606864) is known color: Sirocco. HEX triplet: 60, 68 and 64. RGB value is (96,104,100). Sum of RGB (Red+Green+Blue) = 96+104+100=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 104 - color contains mainly: green. Hex color #606864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606864 is #9F979B. Grayscale: #656565. Windows color (decimal): -10459036 or 6580320. OLE color: 6580320.

HSL color Cylindrical-coordinate representation of color #606864: hue angle of 150º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606864 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 104 100 -
CMYK 0.08 0 0.04 0.59
HSL 150º 0.04% 0.39% -
HSV(B) 150º 0.08% 0.41% -
XYZ 12.07 13.31 13.99 -
YUV 101.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 96 104 100 0.08 0 0.04 0.59 150 0.04 0.39
Hex 60 68 64 8 0 4 3B 96 4 27
Octal 140 150 144 10 0 4 73 226 4 47
Binary 1100000 1101000 1100100 1000 0 100 111011 10010110 100 100111

Color Harmonies of #606864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606864

Black with #606864

Text Example


Text Example

White with #606864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606864; }

 p { color: rgb(96,104,100); }

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

background-color css

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

 a { background-color: rgb(96,104,100); }

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

border-color css

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

 span { border-color: rgb(96,104,100); }

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