#607664

Color #607664 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #607664

Tints of Sirocco #607664

Color information

#607664 (or 0x607664) is unknown color: approx Sirocco. HEX triplet: 60, 76 and 64. RGB value is (96,118,100). Sum of RGB (Red+Green+Blue) = 96+118+100=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #607664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607664 is #9F899B. Grayscale: #6D6D6D. Windows color (decimal): -10455452 or 6583904. OLE color: 6583904.

HSL color Cylindrical-coordinate representation of color #607664: hue angle of 130.91º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607664 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB96118100-
CMYK0.1900.150.54
HSL130.91º10.28%41.96%-
HSV(B)130.91º18.64%46.27%-
XYZ13.616.3614.5-
YUV109.37122.71118.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 118 (46.48% from 255) = 37.58%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=30.57%
G=37.58%
B=31.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961181000.1900.150.54130.9110.2841.96
Hex607664130F3683a2a
Octal14016614423017662031252
Binary1100000111011011001001001101111110110100000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607664; }

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

 H1.HeaderClassName
 {
   color: #607664;
 }
 .AnyTagClassName
 {
   color: #607664;
 }
</style>
background-color css

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

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

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

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

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

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