Html Css Color HEX #6F8394 Slate Grey

📋 copy color: '#6F8394'

red 111 ◦ green 131 ◦ blue 148

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

Shades of Slate Grey #6F8394

Tints of Slate Grey #6F8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 28.46%
G = 33.59%
B = 37.95%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F8394 (or 0x6F8394) is known color: Slate Grey. HEX triplet: 6F, 83 and 94. RGB value is (111,131,148). Sum of RGB (Red+Green+Blue) = 111+131+148=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F8394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8394 is #907C6B. Grayscale: #7E7E7E. Windows color (decimal): -9469036 or 9732975. OLE color: 9732975.

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

Color convert

RGB 111 131 148 -
CMYK 0.25 0.11 0 0.42
HSL 207.57º 0.15% 0.51% -
HSV(B) 207.57º 0.25% 0.58% -
XYZ 20.02 21.75 31.16 -
YUV 126.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 111 131 148 0.25 0.11 0 0.42 207.57 0.15 0.51
Hex 6F 83 94 19 B 0 2A D0 F 33
Octal 157 203 224 31 13 0 52 320 17 63
Binary 1101111 10000011 10010100 11001 1011 0 101010 11010000 1111 110011

Color Harmonies of #6F8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8394

Black with #6F8394

Text Example


Text Example

White with #6F8394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,148); }

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

background-color css

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

 a { background-color: rgb(111,131,148); }

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

border-color css

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

 span { border-color: rgb(111,131,148); }

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