Html Css Color HEX #6F819E Light Slate Grey

📋 copy color: '#6F819E'

red 111 ◦ green 129 ◦ blue 158

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

Shades of Light Slate Grey #6F819E

Tints of Light Slate Grey #6F819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.7%

R = 27.89%
G = 32.41%
B = 39.7%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F819E (or 0x6F819E) is known color: Light Slate Grey. HEX triplet: 6F, 81 and 9E. RGB value is (111,129,158). Sum of RGB (Red+Green+Blue) = 111+129+158=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F819E is #907E61. Grayscale: #7E7E7E. Windows color (decimal): -9469538 or 10387823. OLE color: 10387823.

HSL color Cylindrical-coordinate representation of color #6F819E: hue angle of 217.02º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F819E is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 129 158 -
CMYK 0.30 0.18 0 0.38
HSL 217.02º 0.2% 0.53% -
HSV(B) 217.02º 0.3% 0.62% -
XYZ 20.58 21.55 35.42 -
YUV 126.92 145.54 116.64 -
System Red Green Blue C M Y K H S L
Decimal 111 129 158 0.30 0.18 0 0.38 217.02 0.2 0.53
Hex 6F 81 9E 1E 12 0 26 D9 14 35
Octal 157 201 236 36 22 0 46 331 24 65
Binary 1101111 10000001 10011110 11110 10010 0 100110 11011001 10100 110101

Color Harmonies of #6F819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F819E

Black with #6F819E

Text Example


Text Example

White with #6F819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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