#6B839A

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

Shades of Slate Grey #6B839A

Tints of Slate Grey #6B839A

Color information

#6B839A (or 0x6B839A) is unknown color: approx Slate Grey. HEX triplet: 6B, 83 and 9A. RGB value is (107,131,154). Sum of RGB (Red+Green+Blue) = 107+131+154=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B839A is #947C65. Grayscale: #7E7E7E. Windows color (decimal): -9731174 or 10126187. OLE color: 10126187.

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

Color convert

RGB107131154-
CMYK0.310.1500.40
HSL209.36º18.88%51.18%-
HSV(B)209.36º30.52%60.39%-
XYZ20.0121.6933.7-
YUV126.45143.55114.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=27.30%
G=33.42%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1071311540.310.1500.40209.3618.8851.18
Hex6B839A1FF028d11333
Octal15320323237170503212363
Binary1101011100000111001101011111111101010001101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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