#6E8278

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

Shades of Sirocco #6E8278

Tints of Sirocco #6E8278

Color information

#6E8278 (or 0x6E8278) is unknown color: approx Sirocco. HEX triplet: 6E, 82 and 78. RGB value is (110,130,120). Sum of RGB (Red+Green+Blue) = 110+130+120=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8278 is #917D87. Grayscale: #7A7A7A. Windows color (decimal): -9534856 or 7897710. OLE color: 7897710.

HSL color Cylindrical-coordinate representation of color #6E8278: hue angle of 150º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E8278 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB110130120-
CMYK0.1500.080.49
HSL150º8.33%47.06%-
HSV(B)150º15.38%50.98%-
XYZ17.820.6420.81-
YUV122.88126.37118.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101301200.1500.080.491508.3347.06
Hex6E8278F08319682f
Octal15620217017010612261057
Binary1101110100000101111000111101000110001100101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,130,120); }

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

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

 a { background-color: rgb(110,130,120); }

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

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

 span { border-color: rgb(110,130,120); }

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