#606B67

Color #606B67 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #606B67

Tints of Sirocco #606B67

Color information

#606B67 (or 0x606B67) is unknown color: approx Sirocco. HEX triplet: 60, 6B and 67. RGB value is (96,107,103). Sum of RGB (Red+Green+Blue) = 96+107+103=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 107 - color contains mainly: green. Hex color #606B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B67 is #9F9498. Grayscale: #676767. Windows color (decimal): -10458265 or 6777696. OLE color: 6777696.

HSL color Cylindrical-coordinate representation of color #606B67: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B67 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB96107103-
CMYK0.1000.040.58
HSL158.18º5.42%39.8%-
HSV(B)158.18º10.28%41.96%-
XYZ12.5313.9814.87-
YUV103.26127.86122.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 107 (42.19% from 255) = 34.97%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=31.37%
G=34.97%
B=33.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal961071030.1000.040.58158.185.4239.8
Hex606B67A043A9e528
Octal140153147120472236550
Binary1100000110101111001111010010011101010011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B67; }

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

 H1.HeaderClassName
 {
   color: #606B67;
 }
 .AnyTagClassName
 {
   color: #606B67;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #606B67;
 }
 .BgClassName
 {
   background-color: #606B67;
 }
</style>
border-color css

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

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

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