#6D7870

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

Shades of Sirocco #6D7870

Tints of Sirocco #6D7870

Color information

#6D7870 (or 0x6D7870) is unknown color: approx Sirocco. HEX triplet: 6D, 78 and 70. RGB value is (109,120,112). Sum of RGB (Red+Green+Blue) = 109+120+112=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7870 is #92878F. Grayscale: #737373. Windows color (decimal): -9602960 or 7370861. OLE color: 7370861.

HSL color Cylindrical-coordinate representation of color #6D7870: hue angle of 136.36º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D7870 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB109120112-
CMYK0.0900.070.53
HSL136.36º4.8%44.9%-
HSV(B)136.36º9.17%47.06%-
XYZ15.9517.8517.93-
YUV115.8125.86123.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.96%
GREEN value IS 120 (47.27% from 255) = 35.19%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=31.96%
G=35.19%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1091201120.0900.070.53136.364.844.9
Hex6D7870907358852d
Octal155170160110765210555
Binary1101101111100011100001001011111010110001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7870; }

 p { color: rgb(109,120,112); }

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

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

 a { background-color: rgb(109,120,112); }

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

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

 span { border-color: rgb(109,120,112); }

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