#607266

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

Shades of Sirocco #607266

Tints of Sirocco #607266

Color information

#607266 (or 0x607266) is unknown color: approx Sirocco. HEX triplet: 60, 72 and 66. RGB value is (96,114,102). Sum of RGB (Red+Green+Blue) = 96+114+102=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #607266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607266 is #9F8D99. Grayscale: #6B6B6B. Windows color (decimal): -10456474 or 6713952. OLE color: 6713952.

HSL color Cylindrical-coordinate representation of color #607266: hue angle of 140º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607266 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB96114102-
CMYK0.1600.110.55
HSL140º8.57%41.18%-
HSV(B)140º15.79%44.71%-
XYZ13.2415.4814.86-
YUV107.25125.04119.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 114 (44.92% from 255) = 36.54%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=30.77%
G=36.54%
B=32.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961141020.1600.110.551408.5741.18
Hex607266100B378c929
Octal14016214620013672141151
Binary1100000111001011001101000001011110111100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607266; }

 p { color: rgb(96,114,102); }

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

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

 a { background-color: rgb(96,114,102); }

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

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

 span { border-color: rgb(96,114,102); }

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