#607A6B

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

Shades of Sirocco #607A6B

Tints of Sirocco #607A6B

Color information

#607A6B (or 0x607A6B) is unknown color: approx Sirocco. HEX triplet: 60, 7A and 6B. RGB value is (96,122,107). Sum of RGB (Red+Green+Blue) = 96+122+107=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 122 - color contains mainly: green. Hex color #607A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A6B is #9F8594. Grayscale: #707070. Windows color (decimal): -10454421 or 7043680. OLE color: 7043680.

HSL color Cylindrical-coordinate representation of color #607A6B: hue angle of 145.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A6B is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB96122107-
CMYK0.2100.120.52
HSL145.38º11.93%42.75%-
HSV(B)145.38º21.31%47.84%-
XYZ14.4417.4716.52-
YUV112.52124.89116.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=29.54%
G=37.54%
B=32.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221070.2100.120.52145.3811.9342.75
Hex607A6B150C3491c2b
Octal14017215325014642211453
Binary1100000111101011010111010101100110100100100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607A6B; }

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

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

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

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

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

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

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

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