Html Css Color HEX #6E7C9B Slate Grey

📋 copy color: '#6E7C9B'

red 110 ◦ green 124 ◦ blue 155

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

Shades of Slate Grey #6E7C9B

Tints of Slate Grey #6E7C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.88%

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

R = 28.28%
G = 31.88%
B = 39.85%

CMYK

 C value IS 0.29

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E7C9B (or 0x6E7C9B) is known color: Slate Grey. HEX triplet: 6E, 7C and 9B. RGB value is (110,124,155). Sum of RGB (Red+Green+Blue) = 110+124+155=389 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.28% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E7C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7C9B is #918364. Grayscale: #7B7B7B. Windows color (decimal): -9536357 or 10189934. OLE color: 10189934.

HSL color Cylindrical-coordinate representation of color #6E7C9B: hue angle of 221.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 #6E7C9B is Cyan = 0.29, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 110 124 155 -
CMYK 0.29 0.2 0 0.39
HSL 221.33º 0.18% 0.52% -
HSV(B) 221.33º 0.29% 0.61% -
XYZ 19.55 20.1 33.86 -
YUV 123.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 110 124 155 0.29 0.2 0 0.39 221.33 0.18 0.52
Hex 6E 7C 9B 1D 14 0 27 DD 12 34
Octal 156 174 233 35 24 0 47 335 22 64
Binary 1101110 1111100 10011011 11101 10100 0 100111 11011101 10010 110100

Color Harmonies of #6E7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C9B

Black with #6E7C9B

Text Example


Text Example

White with #6E7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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