Html Css Color HEX #607865 Sirocco

📋 copy color: '#607865'

red 96 ◦ green 120 ◦ blue 101

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

Shades of Sirocco #607865

Tints of Sirocco #607865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 30.28%
G = 37.85%
B = 31.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#607865 (or 0x607865) is known color: Sirocco. HEX triplet: 60, 78 and 65. RGB value is (96,120,101). Sum of RGB (Red+Green+Blue) = 96+120+101=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 120 - color contains mainly: green. Hex color #607865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607865 is #9F879A. Grayscale: #6E6E6E. Windows color (decimal): -10454939 or 6649952. OLE color: 6649952.

HSL color Cylindrical-coordinate representation of color #607865: hue angle of 132.5º 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 #607865 is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 120 101 -
CMYK 0.2 0 0.16 0.53
HSL 132.5º 0.11% 0.42% -
HSV(B) 132.5º 0.2% 0.47% -
XYZ 13.89 16.86 14.83 -
YUV 110.66 122.55 117.54 -
System Red Green Blue C M Y K H S L
Decimal 96 120 101 0.2 0 0.16 0.53 132.5 0.11 0.42
Hex 60 78 65 14 0 10 35 84 B 2A
Octal 140 170 145 24 0 20 65 204 13 52
Binary 1100000 1111000 1100101 10100 0 10000 110101 10000100 1011 101010

Color Harmonies of #607865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607865

Black with #607865

Text Example


Text Example

White with #607865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607865; }

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

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

background-color css

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

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

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

border-color css

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

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

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