Html Css Color HEX #6A7F91 Slate Grey

📋 copy color: '#6A7F91'

red 106 ◦ green 127 ◦ blue 145

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

Shades of Slate Grey #6A7F91

Tints of Slate Grey #6A7F91

RGB

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

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 28.04%
G = 33.6%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6A7F91 (or 0x6A7F91) is known color: Slate Grey. HEX triplet: 6A, 7F and 91. RGB value is (106,127,145). Sum of RGB (Red+Green+Blue) = 106+127+145=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A7F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7F91 is #95806E. Grayscale: #7A7A7A. Windows color (decimal): -9797743 or 9535338. OLE color: 9535338.

HSL color Cylindrical-coordinate representation of color #6A7F91: hue angle of 207.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A7F91 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 127 145 -
CMYK 0.27 0.12 0 0.43
HSL 207.69º 0.16% 0.49% -
HSV(B) 207.69º 0.27% 0.57% -
XYZ 18.64 20.29 29.72 -
YUV 122.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 106 127 145 0.27 0.12 0 0.43 207.69 0.16 0.49
Hex 6A 7F 91 1B C 0 2B D0 10 31
Octal 152 177 221 33 14 0 53 320 20 61
Binary 1101010 1111111 10010001 11011 1100 0 101011 11010000 10000 110001

Color Harmonies of #6A7F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7F91

Black with #6A7F91

Text Example


Text Example

White with #6A7F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,127,145); }

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

background-color css

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

 a { background-color: rgb(106,127,145); }

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

border-color css

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

 span { border-color: rgb(106,127,145); }

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