Html Css Color HEX #6F819A Slate Grey

📋 copy color: '#6F819A'

red 111 ◦ green 129 ◦ blue 154

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

Shades of Slate Grey #6F819A

Tints of Slate Grey #6F819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.09%

R = 28.17%
G = 32.74%
B = 39.09%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F819A (or 0x6F819A) is known color: Slate Grey. HEX triplet: 6F, 81 and 9A. RGB value is (111,129,154). Sum of RGB (Red+Green+Blue) = 111+129+154=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F819A is #907E65. Grayscale: #7E7E7E. Windows color (decimal): -9469542 or 10125679. OLE color: 10125679.

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

Color convert

RGB 111 129 154 -
CMYK 0.28 0.16 0 0.40
HSL 214.88º 0.18% 0.52% -
HSV(B) 214.88º 0.28% 0.6% -
XYZ 20.24 21.41 33.64 -
YUV 126.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 111 129 154 0.28 0.16 0 0.40 214.88 0.18 0.52
Hex 6F 81 9A 1C 10 0 28 D7 12 34
Octal 157 201 232 34 20 0 50 327 22 64
Binary 1101111 10000001 10011010 11100 10000 0 101000 11010111 10010 110100

Color Harmonies of #6F819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F819A

Black with #6F819A

Text Example


Text Example

White with #6F819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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