Html Css Color HEX #6F809B Slate Grey

📋 copy color: '#6F809B'

red 111 ◦ green 128 ◦ blue 155

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

Shades of Slate Grey #6F809B

Tints of Slate Grey #6F809B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.49%

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 28.17%
G = 32.49%
B = 39.34%

CMYK

 C value IS 0.28

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F809B (or 0x6F809B) is known color: Slate Grey. HEX triplet: 6F, 80 and 9B. RGB value is (111,128,155). Sum of RGB (Red+Green+Blue) = 111+128+155=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F809B is #907F64. Grayscale: #7D7D7D. Windows color (decimal): -9469797 or 10190959. OLE color: 10190959.

HSL color Cylindrical-coordinate representation of color #6F809B: hue angle of 216.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F809B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 128 155 -
CMYK 0.28 0.17 0 0.39
HSL 216.82º 0.18% 0.52% -
HSV(B) 216.82º 0.28% 0.61% -
XYZ 20.19 21.18 34.04 -
YUV 126 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 111 128 155 0.28 0.17 0 0.39 216.82 0.18 0.52
Hex 6F 80 9B 1C 11 0 27 D9 12 34
Octal 157 200 233 34 21 0 47 331 22 64
Binary 1101111 10000000 10011011 11100 10001 0 100111 11011001 10010 110100

Color Harmonies of #6F809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F809B

Black with #6F809B

Text Example


Text Example

White with #6F809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,128,155); }

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

background-color css

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

 a { background-color: rgb(111,128,155); }

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

border-color css

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

 span { border-color: rgb(111,128,155); }

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