Html Css Color HEX #6B798C Slate Grey

📋 copy color: '#6B798C'

red 107 ◦ green 121 ◦ blue 140

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

Shades of Slate Grey #6B798C

Tints of Slate Grey #6B798C

RGB

 RED value IS 107 (42.19% from 255) = 29.08%

 GREEN value IS 121 (47.66% from 255) = 32.88%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 29.08%
G = 32.88%
B = 38.04%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6B798C (or 0x6B798C) is known color: Slate Grey. HEX triplet: 6B, 79 and 8C. RGB value is (107,121,140). Sum of RGB (Red+Green+Blue) = 107+121+140=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B798C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B798C is #948673. Grayscale: #767676. Windows color (decimal): -9733748 or 9206123. OLE color: 9206123.

HSL color Cylindrical-coordinate representation of color #6B798C: hue angle of 214.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B798C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 121 140 -
CMYK 0.24 0.14 0 0.45
HSL 214.55º 0.13% 0.48% -
HSV(B) 214.55º 0.24% 0.55% -
XYZ 17.63 18.69 27.49 -
YUV 118.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 107 121 140 0.24 0.14 0 0.45 214.55 0.13 0.48
Hex 6B 79 8C 18 E 0 2D D7 D 30
Octal 153 171 214 30 16 0 55 327 15 60
Binary 1101011 1111001 10001100 11000 1110 0 101101 11010111 1101 110000

Color Harmonies of #6B798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B798C

Black with #6B798C

Text Example


Text Example

White with #6B798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B798C;
 }
 .AnyTagClassName
 {
   color: #6B798C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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