Html Css Color HEX #6E829B Light Slate Grey

📋 copy color: '#6E829B'

red 110 ◦ green 130 ◦ blue 155

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

Shades of Light Slate Grey #6E829B

Tints of Light Slate Grey #6E829B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.91%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 27.85%
G = 32.91%
B = 39.24%

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

#6E829B (or 0x6E829B) is known color: Light Slate Grey. HEX triplet: 6E, 82 and 9B. RGB value is (110,130,155). Sum of RGB (Red+Green+Blue) = 110+130+155=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E829B is #917D64. Grayscale: #7E7E7E. Windows color (decimal): -9534821 or 10191470. OLE color: 10191470.

HSL color Cylindrical-coordinate representation of color #6E829B: hue angle of 213.33º degrees, saturation: 0.18, 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 #6E829B is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 130 155 -
CMYK 0.29 0.16 0 0.39
HSL 213.33º 0.18% 0.52% -
HSV(B) 213.33º 0.29% 0.61% -
XYZ 20.33 21.65 34.12 -
YUV 126.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 110 130 155 0.29 0.16 0 0.39 213.33 0.18 0.52
Hex 6E 82 9B 1D 10 0 27 D5 12 34
Octal 156 202 233 35 20 0 47 325 22 64
Binary 1101110 10000010 10011011 11101 10000 0 100111 11010101 10010 110100

Color Harmonies of #6E829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E829B

Black with #6E829B

Text Example


Text Example

White with #6E829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,155); }

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

background-color css

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

 a { background-color: rgb(110,130,155); }

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

border-color css

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

 span { border-color: rgb(110,130,155); }

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