#6B829B

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

Shades of Slate Grey #6B829B

Tints of Slate Grey #6B829B

Color information

#6B829B (or 0x6B829B) is unknown color: approx Slate Grey. HEX triplet: 6B, 82 and 9B. RGB value is (107,130,155). Sum of RGB (Red+Green+Blue) = 107+130+155=392 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.30% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B829B is #947D64. Grayscale: #7D7D7D. Windows color (decimal): -9731429 or 10191467. OLE color: 10191467.

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

Color convert

RGB107130155-
CMYK0.310.1600.39
HSL211.25º19.35%51.37%-
HSV(B)211.25º30.97%60.78%-
XYZ19.9621.4634.1-
YUV125.97144.38114.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.30%
GREEN value IS 130 (51.17% from 255) = 33.16%
BLUE value IS 155 (60.94% from 255) = 39.54%
R=27.30%
G=33.16%
B=39.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071301550.310.1600.39211.2519.3551.37
Hex6B829B1F10027d31333
Octal15320223337200473232363
Binary11010111000001010011011111111000001001111101001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B829B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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