Html Css Color HEX #6E8499 Light Slate Grey

📋 copy color: '#6E8499'

red 110 ◦ green 132 ◦ blue 153

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

Shades of Light Slate Grey #6E8499

Tints of Light Slate Grey #6E8499

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 27.85%
G = 33.42%
B = 38.73%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6E8499 (or 0x6E8499) is known color: Light Slate Grey. HEX triplet: 6E, 84 and 99. RGB value is (110,132,153). Sum of RGB (Red+Green+Blue) = 110+132+153=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E8499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8499 is #917B66. Grayscale: #7F7F7F. Windows color (decimal): -9534311 or 10060910. OLE color: 10060910.

HSL color Cylindrical-coordinate representation of color #6E8499: hue angle of 209.3º degrees, saturation: 0.17, 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 #6E8499 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 132 153 -
CMYK 0.28 0.14 0 0.4
HSL 209.3º 0.17% 0.52% -
HSV(B) 209.3º 0.28% 0.6% -
XYZ 20.43 22.12 33.33 -
YUV 127.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 110 132 153 0.28 0.14 0 0.4 209.3 0.17 0.52
Hex 6E 84 99 1C E 0 28 D1 11 34
Octal 156 204 231 34 16 0 50 321 21 64
Binary 1101110 10000100 10011001 11100 1110 0 101000 11010001 10001 110100

Color Harmonies of #6E8499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8499

Black with #6E8499

Text Example


Text Example

White with #6E8499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,153); }

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

background-color css

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

 a { background-color: rgb(110,132,153); }

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

border-color css

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

 span { border-color: rgb(110,132,153); }

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