#607B68

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

Shades of Sirocco #607B68

Tints of Sirocco #607B68

Color information

#607B68 (or 0x607B68) is unknown color: approx Sirocco. HEX triplet: 60, 7B and 68. RGB value is (96,123,104). Sum of RGB (Red+Green+Blue) = 96+123+104=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #607B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B68 is #9F8497. Grayscale: #707070. Windows color (decimal): -10454168 or 6847328. OLE color: 6847328.

HSL color Cylindrical-coordinate representation of color #607B68: hue angle of 137.78º 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 #607B68 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB96123104-
CMYK0.2200.150.52
HSL137.78º12.33%42.94%-
HSV(B)137.78º21.95%48.24%-
XYZ14.4117.6515.74-
YUV112.76123.05116.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=29.72%
G=38.08%
B=32.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961231040.2200.150.52137.7812.3342.94
Hex607B68160F348ac2b
Octal14017315026017642121453
Binary1100000111101111010001011001111110100100010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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