#607269

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

Shades of Sirocco #607269

Tints of Sirocco #607269

Color information

#607269 (or 0x607269) is unknown color: approx Sirocco. HEX triplet: 60, 72 and 69. RGB value is (96,114,105). Sum of RGB (Red+Green+Blue) = 96+114+105=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #607269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607269 is #9F8D96. Grayscale: #6B6B6B. Windows color (decimal): -10456471 or 6910560. OLE color: 6910560.

HSL color Cylindrical-coordinate representation of color #607269: hue angle of 150º 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 #607269 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB96114105-
CMYK0.1600.080.55
HSL150º8.57%41.18%-
HSV(B)150º15.79%44.71%-
XYZ13.3915.5415.66-
YUV107.59126.54119.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=30.48%
G=36.19%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961141050.1600.080.551508.5741.18
Hex60726910083796929
Octal14016215120010672261151
Binary1100000111001011010011000001000110111100101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607269; }

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

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

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

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

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

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

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

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