Html Css Color HEX #6A7995 Slate Grey

📋 copy color: '#6A7995'

red 106 ◦ green 121 ◦ blue 149

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

Shades of Slate Grey #6A7995

Tints of Slate Grey #6A7995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.63%

R = 28.19%
G = 32.18%
B = 39.63%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A7995 (or 0x6A7995) is known color: Slate Grey. HEX triplet: 6A, 79 and 95. RGB value is (106,121,149). Sum of RGB (Red+Green+Blue) = 106+121+149=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A7995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7995 is #95866A. Grayscale: #777777. Windows color (decimal): -9799275 or 9795946. OLE color: 9795946.

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

Color convert

RGB 106 121 149 -
CMYK 0.29 0.19 0 0.42
HSL 219.07º 0.17% 0.5% -
HSV(B) 219.07º 0.29% 0.58% -
XYZ 18.21 18.91 31.12 -
YUV 119.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 106 121 149 0.29 0.19 0 0.42 219.07 0.17 0.5
Hex 6A 79 95 1D 13 0 2A DB 11 32
Octal 152 171 225 35 23 0 52 333 21 62
Binary 1101010 1111001 10010101 11101 10011 0 101010 11011011 10001 110010

Color Harmonies of #6A7995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7995

Black with #6A7995

Text Example


Text Example

White with #6A7995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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