Html Css Color HEX #6F839C Light Slate Grey

📋 copy color: '#6F839C'

red 111 ◦ green 131 ◦ blue 156

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

Shades of Light Slate Grey #6F839C

Tints of Light Slate Grey #6F839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 27.89%
G = 32.91%
B = 39.2%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F839C (or 0x6F839C) is known color: Light Slate Grey. HEX triplet: 6F, 83 and 9C. RGB value is (111,131,156). Sum of RGB (Red+Green+Blue) = 111+131+156=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F839C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F839C is #907C63. Grayscale: #7F7F7F. Windows color (decimal): -9469028 or 10257263. OLE color: 10257263.

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

Color convert

RGB 111 131 156 -
CMYK 0.29 0.16 0 0.39
HSL 213.33º 0.19% 0.52% -
HSV(B) 213.33º 0.29% 0.61% -
XYZ 20.67 22.01 34.61 -
YUV 127.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 111 131 156 0.29 0.16 0 0.39 213.33 0.19 0.52
Hex 6F 83 9C 1D 10 0 27 D5 13 34
Octal 157 203 234 35 20 0 47 325 23 64
Binary 1101111 10000011 10011100 11101 10000 0 100111 11010101 10011 110100

Color Harmonies of #6F839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F839C

Black with #6F839C

Text Example


Text Example

White with #6F839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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