Html Css Color HEX #6E839C Light Slate Grey

📋 copy color: '#6E839C'

red 110 ◦ green 131 ◦ blue 156

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

Shades of Light Slate Grey #6E839C

Tints of Light Slate Grey #6E839C

RGB

 RED value IS 110 (43.36% from 255) = 27.71%

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 27.71%
G = 33%
B = 39.29%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E839C (or 0x6E839C) is known color: Light Slate Grey. HEX triplet: 6E, 83 and 9C. RGB value is (110,131,156). Sum of RGB (Red+Green+Blue) = 110+131+156=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E839C is #917C63. Grayscale: #7F7F7F. Windows color (decimal): -9534564 or 10257262. OLE color: 10257262.

HSL color Cylindrical-coordinate representation of color #6E839C: hue angle of 212.61º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E839C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 131 156 -
CMYK 0.29 0.16 0 0.39
HSL 212.61º 0.19% 0.52% -
HSV(B) 212.61º 0.29% 0.61% -
XYZ 20.55 21.95 34.61 -
YUV 127.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 110 131 156 0.29 0.16 0 0.39 212.61 0.19 0.52
Hex 6E 83 9C 1D 10 0 27 D5 13 34
Octal 156 203 234 35 20 0 47 325 23 64
Binary 1101110 10000011 10011100 11101 10000 0 100111 11010101 10011 110100

Color Harmonies of #6E839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E839C

Black with #6E839C

Text Example


Text Example

White with #6E839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,131,156); }

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

background-color css

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

 a { background-color: rgb(110,131,156); }

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

border-color css

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

 span { border-color: rgb(110,131,156); }

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