#618069

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

Shades of Sirocco #618069

Tints of Sirocco #618069

Color information

#618069 (or 0x618069) is unknown color: approx Sirocco. HEX triplet: 61, 80 and 69. RGB value is (97,128,105). Sum of RGB (Red+Green+Blue) = 97+128+105=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #618069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618069 is #9E7F96. Grayscale: #747474. Windows color (decimal): -10387351 or 6914145. OLE color: 6914145.

HSL color Cylindrical-coordinate representation of color #618069: hue angle of 135.48º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618069 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB97128105-
CMYK0.2400.180.50
HSL135.48º13.78%44.12%-
HSV(B)135.48º24.22%50.2%-
XYZ15.21916.23-
YUV116.11121.73114.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.39%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=29.39%
G=38.79%
B=31.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971281050.2400.180.50135.4813.7844.12
Hex618069180123287e2c
Octal14120015130022622071654
Binary110000110000000110100111000010010110010100001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618069; }

 p { color: rgb(97,128,105); }

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

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

 a { background-color: rgb(97,128,105); }

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

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

 span { border-color: rgb(97,128,105); }

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