Html Css Color HEX #6E7C9C Slate Grey

📋 copy color: '#6E7C9C'

red 110 ◦ green 124 ◦ blue 156

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

Shades of Slate Grey #6E7C9C

Tints of Slate Grey #6E7C9C

RGB

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

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

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

R = 28.21%
G = 31.79%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E7C9C (or 0x6E7C9C) is known color: Slate Grey. HEX triplet: 6E, 7C and 9C. RGB value is (110,124,156). Sum of RGB (Red+Green+Blue) = 110+124+156=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E7C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7C9C is #918363. Grayscale: #7B7B7B. Windows color (decimal): -9536356 or 10255470. OLE color: 10255470.

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

Color convert

RGB 110 124 156 -
CMYK 0.29 0.21 0 0.39
HSL 221.74º 0.19% 0.52% -
HSV(B) 221.74º 0.29% 0.61% -
XYZ 19.64 20.13 34.3 -
YUV 123.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 110 124 156 0.29 0.21 0 0.39 221.74 0.19 0.52
Hex 6E 7C 9C 1D 15 0 27 DE 13 34
Octal 156 174 234 35 25 0 47 336 23 64
Binary 1101110 1111100 10011100 11101 10101 0 100111 11011110 10011 110100

Color Harmonies of #6E7C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C9C

Black with #6E7C9C

Text Example


Text Example

White with #6E7C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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