Html Css Color HEX #6F849A Light Slate Grey

📋 copy color: '#6F849A'

red 111 ◦ green 132 ◦ blue 154

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

Shades of Light Slate Grey #6F849A

Tints of Light Slate Grey #6F849A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 27.96%
G = 33.25%
B = 38.79%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F849A (or 0x6F849A) is known color: Light Slate Grey. HEX triplet: 6F, 84 and 9A. RGB value is (111,132,154). Sum of RGB (Red+Green+Blue) = 111+132+154=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F849A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F849A is #907B65. Grayscale: #808080. Windows color (decimal): -9468774 or 10126447. OLE color: 10126447.

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

Color convert

RGB 111 132 154 -
CMYK 0.28 0.14 0 0.40
HSL 210.7º 0.18% 0.52% -
HSV(B) 210.7º 0.28% 0.6% -
XYZ 20.64 22.22 33.77 -
YUV 128.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 111 132 154 0.28 0.14 0 0.40 210.7 0.18 0.52
Hex 6F 84 9A 1C E 0 28 D3 12 34
Octal 157 204 232 34 16 0 50 323 22 64
Binary 1101111 10000100 10011010 11100 1110 0 101000 11010011 10010 110100

Color Harmonies of #6F849A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F849A

Black with #6F849A

Text Example


Text Example

White with #6F849A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,132,154); }

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

background-color css

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

 a { background-color: rgb(111,132,154); }

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

border-color css

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

 span { border-color: rgb(111,132,154); }

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