Html Css Color HEX #6F839B Light Slate Grey

📋 copy color: '#6F839B'

red 111 ◦ green 131 ◦ blue 155

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

Shades of Light Slate Grey #6F839B

Tints of Light Slate Grey #6F839B

RGB

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

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

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

R = 27.96%
G = 33%
B = 39.04%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F839B (or 0x6F839B) is known color: Light Slate Grey. HEX triplet: 6F, 83 and 9B. RGB value is (111,131,155). Sum of RGB (Red+Green+Blue) = 111+131+155=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F839B is #907C64. Grayscale: #7F7F7F. Windows color (decimal): -9469029 or 10191727. OLE color: 10191727.

HSL color Cylindrical-coordinate representation of color #6F839B: hue angle of 212.73º 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 #6F839B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 131 155 -
CMYK 0.28 0.15 0 0.39
HSL 212.73º 0.18% 0.52% -
HSV(B) 212.73º 0.28% 0.61% -
XYZ 20.59 21.98 34.17 -
YUV 127.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 111 131 155 0.28 0.15 0 0.39 212.73 0.18 0.52
Hex 6F 83 9B 1C F 0 27 D5 12 34
Octal 157 203 233 34 17 0 47 325 22 64
Binary 1101111 10000011 10011011 11100 1111 0 100111 11010101 10010 110100

Color Harmonies of #6F839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F839B

Black with #6F839B

Text Example


Text Example

White with #6F839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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