Html Css Color HEX #6F7A86 Slate Grey

📋 copy color: '#6F7A86'

red 111 ◦ green 122 ◦ blue 134

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

Shades of Slate Grey #6F7A86

Tints of Slate Grey #6F7A86

RGB

 RED value IS 111 (43.75% from 255) = 30.25%

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 30.25%
G = 33.24%
B = 36.51%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6F7A86 (or 0x6F7A86) is known color: Slate Grey. HEX triplet: 6F, 7A and 86. RGB value is (111,122,134). Sum of RGB (Red+Green+Blue) = 111+122+134=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F7A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A86 is #908579. Grayscale: #787878. Windows color (decimal): -9471354 or 8813167. OLE color: 8813167.

HSL color Cylindrical-coordinate representation of color #6F7A86: hue angle of 211.3º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F7A86 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 111 122 134 -
CMYK 0.17 0.09 0 0.47
HSL 211.3º 0.09% 0.48% -
HSV(B) 211.3º 0.17% 0.53% -
XYZ 17.82 19.02 25.29 -
YUV 120.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 111 122 134 0.17 0.09 0 0.47 211.3 0.09 0.48
Hex 6F 7A 86 11 9 0 2F D3 9 30
Octal 157 172 206 21 11 0 57 323 11 60
Binary 1101111 1111010 10000110 10001 1001 0 101111 11010011 1001 110000

Color Harmonies of #6F7A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A86

Black with #6F7A86

Text Example


Text Example

White with #6F7A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,122,134); }

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

background-color css

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

 a { background-color: rgb(111,122,134); }

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

border-color css

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

 span { border-color: rgb(111,122,134); }

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