Html Css Color HEX #6E85A2 Light Slate Grey

📋 copy color: '#6E85A2'

red 110 ◦ green 133 ◦ blue 162

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

Shades of Light Slate Grey #6E85A2

Tints of Light Slate Grey #6E85A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 27.16%
G = 32.84%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6E85A2 (or 0x6E85A2) is known color: Light Slate Grey. HEX triplet: 6E, 85 and A2. RGB value is (110,133,162). Sum of RGB (Red+Green+Blue) = 110+133+162=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #6E85A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E85A2 is #917A5D. Grayscale: #818181. Windows color (decimal): -9534046 or 10650990. OLE color: 10650990.

HSL color Cylindrical-coordinate representation of color #6E85A2: hue angle of 213.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E85A2 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 110 133 162 -
CMYK 0.32 0.18 0 0.36
HSL 213.46º 0.22% 0.53% -
HSV(B) 213.46º 0.32% 0.64% -
XYZ 21.34 22.7 37.44 -
YUV 129.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 110 133 162 0.32 0.18 0 0.36 213.46 0.22 0.53
Hex 6E 85 A2 20 12 0 24 D5 16 35
Octal 156 205 242 40 22 0 44 325 26 65
Binary 1101110 10000101 10100010 100000 10010 0 100100 11010101 10110 110101

Color Harmonies of #6E85A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E85A2

Black with #6E85A2

Text Example


Text Example

White with #6E85A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,133,162); }

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

background-color css

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

 a { background-color: rgb(110,133,162); }

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

border-color css

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

 span { border-color: rgb(110,133,162); }

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