Html Css Color HEX #607666 Sirocco

📋 copy color: '#607666'

red 96 ◦ green 118 ◦ blue 102

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

Shades of Sirocco #607666

Tints of Sirocco #607666

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 30.38%
G = 37.34%
B = 32.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#607666 (or 0x607666) is known color: Sirocco. HEX triplet: 60, 76 and 66. RGB value is (96,118,102). Sum of RGB (Red+Green+Blue) = 96+118+102=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #607666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607666 is #9F8999. Grayscale: #6D6D6D. Windows color (decimal): -10455450 or 6714976. OLE color: 6714976.

HSL color Cylindrical-coordinate representation of color #607666: hue angle of 136.36º 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 #607666 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 118 102 -
CMYK 0.19 0 0.14 0.54
HSL 136.36º 0.1% 0.42% -
HSV(B) 136.36º 0.19% 0.46% -
XYZ 13.7 16.4 15.01 -
YUV 109.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 96 118 102 0.19 0 0.14 0.54 136.36 0.1 0.42
Hex 60 76 66 13 0 E 36 88 A 2A
Octal 140 166 146 23 0 16 66 210 12 52
Binary 1100000 1110110 1100110 10011 0 1110 110110 10001000 1010 101010

Color Harmonies of #607666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607666

Black with #607666

Text Example


Text Example

White with #607666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607666; }

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

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

background-color css

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

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

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

border-color css

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

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

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