#6B839B

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

Shades of Slate Grey #6B839B

Tints of Slate Grey #6B839B

Color information

#6B839B (or 0x6B839B) is unknown color: approx Slate Grey. HEX triplet: 6B, 83 and 9B. RGB value is (107,131,155). Sum of RGB (Red+Green+Blue) = 107+131+155=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B839B is #947C64. Grayscale: #7E7E7E. Windows color (decimal): -9731173 or 10191723. OLE color: 10191723.

HSL color Cylindrical-coordinate representation of color #6B839B: hue angle of 210º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B839B is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB107131155-
CMYK0.310.1500.39
HSL210º19.35%51.37%-
HSV(B)210º30.97%60.78%-
XYZ20.121.7234.14-
YUV126.56144.05114.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=27.23%
G=33.33%
B=39.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071311550.310.1500.3921019.3551.37
Hex6B839B1FF027d21333
Octal15320323337170473222363
Binary1101011100000111001101111111111101001111101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B839B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,131,155); }

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

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

 a { background-color: rgb(107,131,155); }

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

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

 span { border-color: rgb(107,131,155); }

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