#6B7996

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

Shades of Slate Grey #6B7996

Tints of Slate Grey #6B7996

Color information

#6B7996 (or 0x6B7996) is unknown color: approx Slate Grey. HEX triplet: 6B, 79 and 96. RGB value is (107,121,150). Sum of RGB (Red+Green+Blue) = 107+121+150=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B7996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7996 is #948669. Grayscale: #777777. Windows color (decimal): -9733738 or 9861483. OLE color: 9861483.

HSL color Cylindrical-coordinate representation of color #6B7996: hue angle of 220.47º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7996 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB107121150-
CMYK0.290.1900.41
HSL220.47º17%50.39%-
HSV(B)220.47º28.67%58.82%-
XYZ18.411931.55-
YUV120.12144.86118.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 150 (58.98% from 255) = 39.68%
R=28.31%
G=32.01%
B=39.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071211500.290.1900.41220.471750.39
Hex6B79961D13029dc1132
Octal15317122635230513342162
Binary1101011111100110010110111011001101010011101110010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,150); }

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

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

 a { background-color: rgb(107,121,150); }

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

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

 span { border-color: rgb(107,121,150); }

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