Html Css Color HEX #6F8191 Slate Grey

📋 copy color: '#6F8191'

red 111 ◦ green 129 ◦ blue 145

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

Shades of Slate Grey #6F8191

Tints of Slate Grey #6F8191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.51%

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

R = 28.83%
G = 33.51%
B = 37.66%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F8191 (or 0x6F8191) is known color: Slate Grey. HEX triplet: 6F, 81 and 91. RGB value is (111,129,145). Sum of RGB (Red+Green+Blue) = 111+129+145=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8191 is #907E6E. Grayscale: #7D7D7D. Windows color (decimal): -9469551 or 9535855. OLE color: 9535855.

HSL color Cylindrical-coordinate representation of color #6F8191: hue angle of 208.24º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8191 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 129 145 -
CMYK 0.23 0.11 0 0.43
HSL 208.24º 0.13% 0.5% -
HSV(B) 208.24º 0.23% 0.57% -
XYZ 19.52 21.12 29.84 -
YUV 125.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 111 129 145 0.23 0.11 0 0.43 208.24 0.13 0.5
Hex 6F 81 91 17 B 0 2B D0 D 32
Octal 157 201 221 27 13 0 53 320 15 62
Binary 1101111 10000001 10010001 10111 1011 0 101011 11010000 1101 110010

Color Harmonies of #6F8191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8191

Black with #6F8191

Text Example


Text Example

White with #6F8191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,145); }

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

background-color css

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

 a { background-color: rgb(111,129,145); }

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

border-color css

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

 span { border-color: rgb(111,129,145); }

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