#607B6C

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

Shades of Sirocco #607B6C

Tints of Sirocco #607B6C

Color information

#607B6C (or 0x607B6C) is unknown color: approx Sirocco. HEX triplet: 60, 7B and 6C. RGB value is (96,123,108). Sum of RGB (Red+Green+Blue) = 96+123+108=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 123 - color contains mainly: green. Hex color #607B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B6C is #9F8493. Grayscale: #717171. Windows color (decimal): -10454164 or 7109472. OLE color: 7109472.

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

Color convert

RGB96123108-
CMYK0.2200.120.52
HSL146.67º12.33%42.94%-
HSV(B)146.67º21.95%48.24%-
XYZ14.6117.7416.84-
YUV113.22125.05115.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=29.36%
G=37.61%
B=33.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961231080.2200.120.52146.6712.3342.94
Hex607B6C160C3493c2b
Octal14017315426014642231453
Binary1100000111101111011001011001100110100100100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,123,108); }

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

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

 a { background-color: rgb(96,123,108); }

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

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

 span { border-color: rgb(96,123,108); }

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