Html Css Color HEX #6F8396 Slate Grey

📋 copy color: '#6F8396'

red 111 ◦ green 131 ◦ blue 150

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

Shades of Slate Grey #6F8396

Tints of Slate Grey #6F8396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 28.32%
G = 33.42%
B = 38.27%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6F8396 (or 0x6F8396) is known color: Slate Grey. HEX triplet: 6F, 83 and 96. RGB value is (111,131,150). Sum of RGB (Red+Green+Blue) = 111+131+150=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #6F8396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8396 is #907C69. Grayscale: #7F7F7F. Windows color (decimal): -9469034 or 9864047. OLE color: 9864047.

HSL color Cylindrical-coordinate representation of color #6F8396: hue angle of 209.23º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F8396 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 131 150 -
CMYK 0.26 0.13 0 0.41
HSL 209.23º 0.16% 0.51% -
HSV(B) 209.23º 0.26% 0.59% -
XYZ 20.18 21.81 32 -
YUV 127.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 111 131 150 0.26 0.13 0 0.41 209.23 0.16 0.51
Hex 6F 83 96 1A D 0 29 D1 10 33
Octal 157 203 226 32 15 0 51 321 20 63
Binary 1101111 10000011 10010110 11010 1101 0 101001 11010001 10000 110011

Color Harmonies of #6F8396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8396

Black with #6F8396

Text Example


Text Example

White with #6F8396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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