Html Css Color HEX #6F7F93 Slate Grey

📋 copy color: '#6F7F93'

red 111 ◦ green 127 ◦ blue 147

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

Shades of Slate Grey #6F7F93

Tints of Slate Grey #6F7F93

RGB

 RED value IS 111 (43.75% from 255) = 28.83%

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

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 28.83%
G = 32.99%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F7F93 (or 0x6F7F93) is known color: Slate Grey. HEX triplet: 6F, 7F and 93. RGB value is (111,127,147). Sum of RGB (Red+Green+Blue) = 111+127+147=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F7F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7F93 is #90806C. Grayscale: #7C7C7C. Windows color (decimal): -9470061 or 9666415. OLE color: 9666415.

HSL color Cylindrical-coordinate representation of color #6F7F93: hue angle of 213.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7F93 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 127 147 -
CMYK 0.24 0.14 0 0.42
HSL 213.33º 0.14% 0.51% -
HSV(B) 213.33º 0.24% 0.58% -
XYZ 19.41 20.66 30.57 -
YUV 124.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 111 127 147 0.24 0.14 0 0.42 213.33 0.14 0.51
Hex 6F 7F 93 18 E 0 2A D5 E 33
Octal 157 177 223 30 16 0 52 325 16 63
Binary 1101111 1111111 10010011 11000 1110 0 101010 11010101 1110 110011

Color Harmonies of #6F7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7F93

Black with #6F7F93

Text Example


Text Example

White with #6F7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,127,147); }

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

background-color css

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

 a { background-color: rgb(111,127,147); }

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

border-color css

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

 span { border-color: rgb(111,127,147); }

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