#607A68

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

Shades of Sirocco #607A68

Tints of Sirocco #607A68

Color information

#607A68 (or 0x607A68) is unknown color: approx Sirocco. HEX triplet: 60, 7A and 68. RGB value is (96,122,104). Sum of RGB (Red+Green+Blue) = 96+122+104=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 122 (48.05% from 255 or 37.89% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 122 - color contains mainly: green. Hex color #607A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A68 is #9F8597. Grayscale: #707070. Windows color (decimal): -10454424 or 6847072. OLE color: 6847072.

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

Color convert

RGB96122104-
CMYK0.2100.150.52
HSL138.46º11.93%42.75%-
HSV(B)138.46º21.31%47.84%-
XYZ14.2817.4115.7-
YUV112.17123.39116.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 122 (48.05% from 255) = 37.89%
BLUE value IS 104 (41.02% from 255) = 32.30%
R=29.81%
G=37.89%
B=32.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221040.2100.150.52138.4611.9342.75
Hex607A68150F348ac2b
Octal14017215025017642121453
Binary1100000111101011010001010101111110100100010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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