#6E7873

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

Shades of Sirocco #6E7873

Tints of Sirocco #6E7873

Color information

#6E7873 (or 0x6E7873) is unknown color: approx Sirocco. HEX triplet: 6E, 78 and 73. RGB value is (110,120,115). Sum of RGB (Red+Green+Blue) = 110+120+115=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 120 - color contains mainly: green. Hex color #6E7873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7873 is #91878C. Grayscale: #747474. Windows color (decimal): -9537421 or 7567470. OLE color: 7567470.

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

Color convert

RGB110120115-
CMYK0.0800.040.53
HSL150º4.35%45.1%-
HSV(B)150º8.33%47.06%-
XYZ16.2417.9918.84-
YUV116.44127.19123.41-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=31.88%
G=34.78%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1101201150.0800.040.531504.3545.1
Hex6E7873804359642d
Octal156170163100465226455
Binary1101110111100011100111000010011010110010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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