Html Css Color HEX #6F84A0 Light Slate Grey

📋 copy color: '#6F84A0'

red 111 ◦ green 132 ◦ blue 160

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

Shades of Light Slate Grey #6F84A0

Tints of Light Slate Grey #6F84A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 27.54%
G = 32.75%
B = 39.7%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6F84A0 (or 0x6F84A0) is known color: Light Slate Grey. HEX triplet: 6F, 84 and A0. RGB value is (111,132,160). Sum of RGB (Red+Green+Blue) = 111+132+160=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 160 - color contains mainly: blue. Hex color #6F84A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F84A0 is #907B5F. Grayscale: #808080. Windows color (decimal): -9468768 or 10519663. OLE color: 10519663.

HSL color Cylindrical-coordinate representation of color #6F84A0: hue angle of 214.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F84A0 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 132 160 -
CMYK 0.31 0.17 0 0.37
HSL 214.29º 0.21% 0.53% -
HSV(B) 214.29º 0.31% 0.63% -
XYZ 21.15 22.42 36.47 -
YUV 128.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 111 132 160 0.31 0.17 0 0.37 214.29 0.21 0.53
Hex 6F 84 A0 1F 11 0 25 D6 15 35
Octal 157 204 240 37 21 0 45 326 25 65
Binary 1101111 10000100 10100000 11111 10001 0 100101 11010110 10101 110101

Color Harmonies of #6F84A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F84A0

Black with #6F84A0

Text Example


Text Example

White with #6F84A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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