#6D8094

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

Shades of Slate Grey #6D8094

Tints of Slate Grey #6D8094

Color information

#6D8094 (or 0x6D8094) is unknown color: approx Slate Grey. HEX triplet: 6D, 80 and 94. RGB value is (109,128,148). Sum of RGB (Red+Green+Blue) = 109+128+148=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D8094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8094 is #927F6B. Grayscale: #7C7C7C. Windows color (decimal): -9600876 or 9732205. OLE color: 9732205.

HSL color Cylindrical-coordinate representation of color #6D8094: hue angle of 210.77º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8094 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB109128148-
CMYK0.260.1400.42
HSL210.77º15.42%50.39%-
HSV(B)210.77º26.35%58.04%-
XYZ19.3720.8331.02-
YUV124.6141.21116.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=28.31%
G=33.25%
B=38.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1091281480.260.1400.42210.7715.4250.39
Hex6D80941AE02Ad3f32
Octal15520022432160523231762
Binary110110110000000100101001101011100101010110100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,128,148); }

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

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

 a { background-color: rgb(109,128,148); }

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

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

 span { border-color: rgb(109,128,148); }

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