Html Css Color HEX #607067 Sirocco

📋 copy color: '#607067'

red 96 ◦ green 112 ◦ blue 103

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

Shades of Sirocco #607067

Tints of Sirocco #607067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 30.87%
G = 36.01%
B = 33.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#607067 (or 0x607067) is known color: Sirocco. HEX triplet: 60, 70 and 67. RGB value is (96,112,103). Sum of RGB (Red+Green+Blue) = 96+112+103=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #607067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607067 is #9F8F98. Grayscale: #6A6A6A. Windows color (decimal): -10456985 or 6778976. OLE color: 6778976.

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

Color convert

RGB 96 112 103 -
CMYK 0.14 0 0.08 0.56
HSL 146.25º 0.08% 0.41% -
HSV(B) 146.25º 0.14% 0.44% -
XYZ 13.07 15.05 15.05 -
YUV 106.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 96 112 103 0.14 0 0.08 0.56 146.25 0.08 0.41
Hex 60 70 67 E 0 8 38 92 8 29
Octal 140 160 147 16 0 10 70 222 10 51
Binary 1100000 1110000 1100111 1110 0 1000 111000 10010010 1000 101001

Color Harmonies of #607067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607067

Black with #607067

Text Example


Text Example

White with #607067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607067; }

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

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

background-color css

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

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

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

border-color css

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

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

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