Html Css Color HEX #607066 Sirocco

📋 copy color: '#607066'

red 96 ◦ green 112 ◦ blue 102

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

Shades of Sirocco #607066

Tints of Sirocco #607066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

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

R = 30.97%
G = 36.13%
B = 32.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#607066 (or 0x607066) is known color: Sirocco. HEX triplet: 60, 70 and 66. RGB value is (96,112,102). Sum of RGB (Red+Green+Blue) = 96+112+102=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #607066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607066 is #9F8F99. Grayscale: #6A6A6A. Windows color (decimal): -10456986 or 6713440. OLE color: 6713440.

HSL color Cylindrical-coordinate representation of color #607066: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #607066 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 112 102 -
CMYK 0.14 0 0.09 0.56
HSL 142.5º 0.08% 0.41% -
HSV(B) 142.5º 0.14% 0.44% -
XYZ 13.02 15.03 14.79 -
YUV 106.08 125.7 120.81 -
System Red Green Blue C M Y K H S L
Decimal 96 112 102 0.14 0 0.09 0.56 142.5 0.08 0.41
Hex 60 70 66 E 0 9 38 8E 8 29
Octal 140 160 146 16 0 11 70 216 10 51
Binary 1100000 1110000 1100110 1110 0 1001 111000 10001110 1000 101001

Color Harmonies of #607066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607066

Black with #607066

Text Example


Text Example

White with #607066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607066; }

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

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

background-color css

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

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

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

border-color css

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

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

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