Html Css Color HEX #6F7C8B Slate Grey

📋 copy color: '#6F7C8B'

red 111 ◦ green 124 ◦ blue 139

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

Shades of Slate Grey #6F7C8B

Tints of Slate Grey #6F7C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.17%

R = 29.68%
G = 33.16%
B = 37.17%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F7C8B (or 0x6F7C8B) is known color: Slate Grey. HEX triplet: 6F, 7C and 8B. RGB value is (111,124,139). Sum of RGB (Red+Green+Blue) = 111+124+139=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F7C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7C8B is #908374. Grayscale: #797979. Windows color (decimal): -9470837 or 9141359. OLE color: 9141359.

HSL color Cylindrical-coordinate representation of color #6F7C8B: hue angle of 212.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F7C8B is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 124 139 -
CMYK 0.20 0.11 0 0.45
HSL 212.14º 0.11% 0.49% -
HSV(B) 212.14º 0.2% 0.55% -
XYZ 18.42 19.66 27.25 -
YUV 121.82 137.69 120.28 -
System Red Green Blue C M Y K H S L
Decimal 111 124 139 0.20 0.11 0 0.45 212.14 0.11 0.49
Hex 6F 7C 8B 14 B 0 2D D4 B 31
Octal 157 174 213 24 13 0 55 324 13 61
Binary 1101111 1111100 10001011 10100 1011 0 101101 11010100 1011 110001

Color Harmonies of #6F7C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7C8B

Black with #6F7C8B

Text Example


Text Example

White with #6F7C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,139); }

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

background-color css

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

 a { background-color: rgb(111,124,139); }

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

border-color css

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

 span { border-color: rgb(111,124,139); }

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