Html Css Color HEX #6F7E8B Slate Grey

📋 copy color: '#6F7E8B'

red 111 ◦ green 126 ◦ blue 139

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

Shades of Slate Grey #6F7E8B

Tints of Slate Grey #6F7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

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

R = 29.52%
G = 33.51%
B = 36.97%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6F7E8B (or 0x6F7E8B) is known color: Slate Grey. HEX triplet: 6F, 7E and 8B. RGB value is (111,126,139). Sum of RGB (Red+Green+Blue) = 111+126+139=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F7E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7E8B is #908174. Grayscale: #7A7A7A. Windows color (decimal): -9470325 or 9141871. OLE color: 9141871.

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

Color convert

RGB 111 126 139 -
CMYK 0.20 0.09 0 0.45
HSL 207.86º 0.11% 0.49% -
HSV(B) 207.86º 0.2% 0.55% -
XYZ 18.68 20.17 27.33 -
YUV 123 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 111 126 139 0.20 0.09 0 0.45 207.86 0.11 0.49
Hex 6F 7E 8B 14 9 0 2D D0 B 31
Octal 157 176 213 24 11 0 55 320 13 61
Binary 1101111 1111110 10001011 10100 1001 0 101101 11010000 1011 110001

Color Harmonies of #6F7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7E8B

Black with #6F7E8B

Text Example


Text Example

White with #6F7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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