Html Css Color HEX #607866 Sirocco

📋 copy color: '#607866'

red 96 ◦ green 120 ◦ blue 102

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

Shades of Sirocco #607866

Tints of Sirocco #607866

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

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

R = 30.19%
G = 37.74%
B = 32.08%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#607866 (or 0x607866) is known color: Sirocco. HEX triplet: 60, 78 and 66. RGB value is (96,120,102). Sum of RGB (Red+Green+Blue) = 96+120+102=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #607866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607866 is #9F8799. Grayscale: #6E6E6E. Windows color (decimal): -10454938 or 6715488. OLE color: 6715488.

HSL color Cylindrical-coordinate representation of color #607866: hue angle of 135º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #607866 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 102 -
CMYK 0.2 0 0.15 0.53
HSL 135º 0.11% 0.42% -
HSV(B) 135º 0.2% 0.47% -
XYZ 13.94 16.88 15.09 -
YUV 110.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 96 120 102 0.2 0 0.15 0.53 135 0.11 0.42
Hex 60 78 66 14 0 F 35 87 B 2A
Octal 140 170 146 24 0 17 65 207 13 52
Binary 1100000 1111000 1100110 10100 0 1111 110101 10000111 1011 101010

Color Harmonies of #607866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607866

Black with #607866

Text Example


Text Example

White with #607866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607866; }

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

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

background-color css

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

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

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

border-color css

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

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

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