Html Css Color HEX #6E7F9C Slate Grey

📋 copy color: '#6E7F9C'

red 110 ◦ green 127 ◦ blue 156

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

Shades of Slate Grey #6E7F9C

Tints of Slate Grey #6E7F9C

RGB

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

 GREEN value IS 127 (50% from 255) = 32.32%

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

R = 27.99%
G = 32.32%
B = 39.69%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E7F9C (or 0x6E7F9C) is known color: Slate Grey. HEX triplet: 6E, 7F and 9C. RGB value is (110,127,156). Sum of RGB (Red+Green+Blue) = 110+127+156=393 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.99% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E7F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7F9C is #918063. Grayscale: #7D7D7D. Windows color (decimal): -9535588 or 10256238. OLE color: 10256238.

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

Color convert

RGB 110 127 156 -
CMYK 0.29 0.19 0 0.39
HSL 217.83º 0.19% 0.52% -
HSV(B) 217.83º 0.29% 0.61% -
XYZ 20.02 20.89 34.43 -
YUV 125.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 110 127 156 0.29 0.19 0 0.39 217.83 0.19 0.52
Hex 6E 7F 9C 1D 13 0 27 DA 13 34
Octal 156 177 234 35 23 0 47 332 23 64
Binary 1101110 1111111 10011100 11101 10011 0 100111 11011010 10011 110100

Color Harmonies of #6E7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7F9C

Black with #6E7F9C

Text Example


Text Example

White with #6E7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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