Html Css Color HEX #6F7A8B Slate Grey

📋 copy color: '#6F7A8B'

red 111 ◦ green 122 ◦ blue 139

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

Shades of Slate Grey #6F7A8B

Tints of Slate Grey #6F7A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 29.84%
G = 32.8%
B = 37.37%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F7A8B (or 0x6F7A8B) is known color: Slate Grey. HEX triplet: 6F, 7A and 8B. RGB value is (111,122,139). Sum of RGB (Red+Green+Blue) = 111+122+139=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A8B is #908574. Grayscale: #787878. Windows color (decimal): -9471349 or 9140847. OLE color: 9140847.

HSL color Cylindrical-coordinate representation of color #6F7A8B: hue angle of 216.43º 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 #6F7A8B is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 111 122 139 -
CMYK 0.20 0.12 0 0.45
HSL 216.43º 0.11% 0.49% -
HSV(B) 216.43º 0.2% 0.55% -
XYZ 18.18 19.16 27.17 -
YUV 120.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 111 122 139 0.20 0.12 0 0.45 216.43 0.11 0.49
Hex 6F 7A 8B 14 C 0 2D D8 B 31
Octal 157 172 213 24 14 0 55 330 13 61
Binary 1101111 1111010 10001011 10100 1100 0 101101 11011000 1011 110001

Color Harmonies of #6F7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7A8B

Black with #6F7A8B

Text Example


Text Example

White with #6F7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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