Html Css Color HEX #6F8292 Slate Grey

📋 copy color: '#6F8292'

red 111 ◦ green 130 ◦ blue 146

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

Shades of Slate Grey #6F8292

Tints of Slate Grey #6F8292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.59%

 BLUE value IS 146 (57.42% from 255) = 37.73%

R = 28.68%
G = 33.59%
B = 37.73%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F8292 (or 0x6F8292) is known color: Slate Grey. HEX triplet: 6F, 82 and 92. RGB value is (111,130,146). Sum of RGB (Red+Green+Blue) = 111+130+146=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F8292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8292 is #907D6D. Grayscale: #7E7E7E. Windows color (decimal): -9469294 or 9601647. OLE color: 9601647.

HSL color Cylindrical-coordinate representation of color #6F8292: hue angle of 207.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F8292 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 130 146 -
CMYK 0.24 0.11 0 0.43
HSL 207.43º 0.14% 0.5% -
HSV(B) 207.43º 0.24% 0.57% -
XYZ 19.73 21.42 30.29 -
YUV 126.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 111 130 146 0.24 0.11 0 0.43 207.43 0.14 0.5
Hex 6F 82 92 18 B 0 2B CF E 32
Octal 157 202 222 30 13 0 53 317 16 62
Binary 1101111 10000010 10010010 11000 1011 0 101011 11001111 1110 110010

Color Harmonies of #6F8292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8292

Black with #6F8292

Text Example


Text Example

White with #6F8292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,146); }

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

background-color css

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

 a { background-color: rgb(111,130,146); }

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

border-color css

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

 span { border-color: rgb(111,130,146); }

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