Html Css Color HEX #6F818E Slate Grey

📋 copy color: '#6F818E'

red 111 ◦ green 129 ◦ blue 142

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

Shades of Slate Grey #6F818E

Tints of Slate Grey #6F818E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 29.06%
G = 33.77%
B = 37.17%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F818E (or 0x6F818E) is known color: Slate Grey. HEX triplet: 6F, 81 and 8E. RGB value is (111,129,142). Sum of RGB (Red+Green+Blue) = 111+129+142=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F818E is #907E71. Grayscale: #7D7D7D. Windows color (decimal): -9469554 or 9339247. OLE color: 9339247.

HSL color Cylindrical-coordinate representation of color #6F818E: hue angle of 205.16º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F818E is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 129 142 -
CMYK 0.22 0.09 0 0.44
HSL 205.16º 0.12% 0.5% -
HSV(B) 205.16º 0.22% 0.56% -
XYZ 19.29 21.03 28.63 -
YUV 125.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 111 129 142 0.22 0.09 0 0.44 205.16 0.12 0.5
Hex 6F 81 8E 16 9 0 2C CD C 32
Octal 157 201 216 26 11 0 54 315 14 62
Binary 1101111 10000001 10001110 10110 1001 0 101100 11001101 1100 110010

Color Harmonies of #6F818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F818E

Black with #6F818E

Text Example


Text Example

White with #6F818E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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