Html Css Color HEX #6A798B Slate Grey

📋 copy color: '#6A798B'

red 106 ◦ green 121 ◦ blue 139

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

Shades of Slate Grey #6A798B

Tints of Slate Grey #6A798B

RGB

 RED value IS 106 (41.8% from 255) = 28.96%

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 28.96%
G = 33.06%
B = 37.98%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A798B (or 0x6A798B) is known color: Slate Grey. HEX triplet: 6A, 79 and 8B. RGB value is (106,121,139). Sum of RGB (Red+Green+Blue) = 106+121+139=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A798B is #958674. Grayscale: #767676. Windows color (decimal): -9799285 or 9140586. OLE color: 9140586.

HSL color Cylindrical-coordinate representation of color #6A798B: hue angle of 212.73º 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 #6A798B is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 121 139 -
CMYK 0.24 0.13 0 0.45
HSL 212.73º 0.13% 0.48% -
HSV(B) 212.73º 0.24% 0.55% -
XYZ 17.44 18.6 27.1 -
YUV 118.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 106 121 139 0.24 0.13 0 0.45 212.73 0.13 0.48
Hex 6A 79 8B 18 D 0 2D D5 D 30
Octal 152 171 213 30 15 0 55 325 15 60
Binary 1101010 1111001 10001011 11000 1101 0 101101 11010101 1101 110000

Color Harmonies of #6A798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A798B

Black with #6A798B

Text Example


Text Example

White with #6A798B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,121,139); }

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

background-color css

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

 a { background-color: rgb(106,121,139); }

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

border-color css

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

 span { border-color: rgb(106,121,139); }

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