Html Css Color HEX #6B7996 Slate Grey

📋 copy color: '#6B7996'

red 107 ◦ green 121 ◦ blue 150

#6B7996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #6B7996

Tints of Slate Grey #6B7996

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 value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6B7996 (or 0x6B7996) is known color: 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

RGB 107 121 150 -
CMYK 0.29 0.19 0 0.41
HSL 220.47º 0.17% 0.5% -
HSV(B) 220.47º 0.29% 0.59% -
XYZ 18.41 19 31.55 -
YUV 120.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 107 121 150 0.29 0.19 0 0.41 220.47 0.17 0.5
Hex 6B 79 96 1D 13 0 29 DC 11 32
Octal 153 171 226 35 23 0 51 334 21 62
Binary 1101011 1111001 10010110 11101 10011 0 101001 11011100 10001 110010

Color Harmonies of #6B7996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7996

Black with #6B7996

Text Example


Text Example

White with #6B7996

Text Example


Text Example

HTML Codes & Css Web 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>