#6B8090

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

Shades of Slate Grey #6B8090

Tints of Slate Grey #6B8090

Color information

#6B8090 (or 0x6B8090) is unknown color: approx Slate Grey. HEX triplet: 6B, 80 and 90. RGB value is (107,128,144). Sum of RGB (Red+Green+Blue) = 107+128+144=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8090 is #947F6F. Grayscale: #7B7B7B. Windows color (decimal): -9731952 or 9470059. OLE color: 9470059.

HSL color Cylindrical-coordinate representation of color #6B8090: hue angle of 205.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8090 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107128144-
CMYK0.260.1100.44
HSL205.95º14.74%49.22%-
HSV(B)205.95º25.69%56.47%-
XYZ18.8220.5829.37-
YUV123.54139.54116.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=28.23%
G=33.77%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071281440.260.1100.44205.9514.7449.22
Hex6B80901AB02Ccef31
Octal15320022032130543161761
Binary110101110000000100100001101010110101100110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,128,144); }

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

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

 a { background-color: rgb(107,128,144); }

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

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

 span { border-color: rgb(107,128,144); }

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