#6B809B

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

Shades of Slate Grey #6B809B

Tints of Slate Grey #6B809B

Color information

#6B809B (or 0x6B809B) is unknown color: approx Slate Grey. HEX triplet: 6B, 80 and 9B. RGB value is (107,128,155). Sum of RGB (Red+Green+Blue) = 107+128+155=390 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.44% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B809B is #947F64. Grayscale: #7C7C7C. Windows color (decimal): -9731941 or 10190955. OLE color: 10190955.

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

Color convert

RGB107128155-
CMYK0.310.1700.39
HSL213.75º19.35%51.37%-
HSV(B)213.75º30.97%60.78%-
XYZ19.720.9334.01-
YUV124.8145.04115.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.44%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 155 (60.94% from 255) = 39.74%
R=27.44%
G=32.82%
B=39.74%

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
Decimal1071281550.310.1700.39213.7519.3551.37
Hex6B809B1F11027d61333
Octal15320023337210473262363
Binary11010111000000010011011111111000101001111101011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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