Html Css Color HEX #6A7893 Slate Grey

📋 copy color: '#6A7893'

red 106 ◦ green 120 ◦ blue 147

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

Shades of Slate Grey #6A7893

Tints of Slate Grey #6A7893

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.17%

 BLUE value IS 147 (57.81% from 255) = 39.41%

R = 28.42%
G = 32.17%
B = 39.41%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A7893 (or 0x6A7893) is known color: Slate Grey. HEX triplet: 6A, 78 and 93. RGB value is (106,120,147). Sum of RGB (Red+Green+Blue) = 106+120+147=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A7893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7893 is #95876C. Grayscale: #767676. Windows color (decimal): -9799533 or 9664618. OLE color: 9664618.

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

Color convert

RGB 106 120 147 -
CMYK 0.28 0.18 0 0.42
HSL 219.51º 0.16% 0.5% -
HSV(B) 219.51º 0.28% 0.58% -
XYZ 17.93 18.6 30.25 -
YUV 118.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 106 120 147 0.28 0.18 0 0.42 219.51 0.16 0.5
Hex 6A 78 93 1C 12 0 2A DC 10 32
Octal 152 170 223 34 22 0 52 334 20 62
Binary 1101010 1111000 10010011 11100 10010 0 101010 11011100 10000 110010

Color Harmonies of #6A7893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7893

Black with #6A7893

Text Example


Text Example

White with #6A7893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,147); }

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

background-color css

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

 a { background-color: rgb(106,120,147); }

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

border-color css

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

 span { border-color: rgb(106,120,147); }

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