#6E867A

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

Shades of Sirocco #6E867A

Tints of Sirocco #6E867A

Color information

#6E867A (or 0x6E867A) is unknown color: approx Sirocco. HEX triplet: 6E, 86 and 7A. RGB value is (110,134,122). Sum of RGB (Red+Green+Blue) = 110+134+122=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 134 - color contains mainly: green. Hex color #6E867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E867A is #917985. Grayscale: #7D7D7D. Windows color (decimal): -9533830 or 8029806. OLE color: 8029806.

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

Color convert

RGB110134122-
CMYK0.1800.090.47
HSL150º9.84%47.84%-
HSV(B)150º17.91%52.55%-
XYZ18.4721.7721.64-
YUV125.46126.05116.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.05%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=30.05%
G=36.61%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1101341220.1800.090.471509.8447.84
Hex6E867A12092F96a30
Octal15620617222011572261260
Binary11011101000011011110101001001001101111100101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,122); }

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

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

 a { background-color: rgb(110,134,122); }

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

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

 span { border-color: rgb(110,134,122); }

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