#6B829E

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

Shades of Light Slate Grey #6B829E

Tints of Light Slate Grey #6B829E

Color information

#6B829E (or 0x6B829E) is unknown color: approx Light Slate Grey. HEX triplet: 6B, 82 and 9E. RGB value is (107,130,158). Sum of RGB (Red+Green+Blue) = 107+130+158=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B829E is #947D61. Grayscale: #7E7E7E. Windows color (decimal): -9731426 or 10388075. OLE color: 10388075.

HSL color Cylindrical-coordinate representation of color #6B829E: hue angle of 212.94º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B829E is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107130158-
CMYK0.320.1800.38
HSL212.94º20.82%51.96%-
HSV(B)212.94º32.28%61.96%-
XYZ20.2221.5635.44-
YUV126.32145.88114.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.09%
GREEN value IS 130 (51.17% from 255) = 32.91%
BLUE value IS 158 (62.11% from 255) = 40%
R=27.09%
G=32.91%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071301580.320.1800.38212.9420.8251.96
Hex6B829E2012026d51534
Octal15320223640220463252564
Binary110101110000010100111101000001001001001101101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,158); }

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

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

 a { background-color: rgb(107,130,158); }

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

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

 span { border-color: rgb(107,130,158); }

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