#6B819B

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

Shades of Slate Grey #6B819B

Tints of Slate Grey #6B819B

Color information

#6B819B (or 0x6B819B) is unknown color: approx Slate Grey. HEX triplet: 6B, 81 and 9B. RGB value is (107,129,155). Sum of RGB (Red+Green+Blue) = 107+129+155=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B819B is #947E64. Grayscale: #7D7D7D. Windows color (decimal): -9731685 or 10191211. OLE color: 10191211.

HSL color Cylindrical-coordinate representation of color #6B819B: hue angle of 212.5º 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 #6B819B is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB107129155-
CMYK0.310.1700.39
HSL212.5º19.35%51.37%-
HSV(B)212.5º30.97%60.78%-
XYZ19.8321.1934.06-
YUV125.39144.71114.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 155 (60.94% from 255) = 39.64%
R=27.37%
G=32.99%
B=39.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071291550.310.1700.39212.519.3551.37
Hex6B819B1F11027d41333
Octal15320123337210473242363
Binary11010111000000110011011111111000101001111101010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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