Html Css Color HEX #6F85A2 Light Slate Grey

📋 copy color: '#6F85A2'

red 111 ◦ green 133 ◦ blue 162

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

Shades of Light Slate Grey #6F85A2

Tints of Light Slate Grey #6F85A2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 27.34%
G = 32.76%
B = 39.9%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F85A2 (or 0x6F85A2) is known color: Light Slate Grey. HEX triplet: 6F, 85 and A2. RGB value is (111,133,162). Sum of RGB (Red+Green+Blue) = 111+133+162=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #6F85A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F85A2 is #907A5D. Grayscale: #818181. Windows color (decimal): -9468510 or 10650991. OLE color: 10650991.

HSL color Cylindrical-coordinate representation of color #6F85A2: hue angle of 214.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F85A2 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 133 162 -
CMYK 0.31 0.18 0 0.36
HSL 214.12º 0.22% 0.54% -
HSV(B) 214.12º 0.31% 0.64% -
XYZ 21.46 22.76 37.44 -
YUV 129.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 111 133 162 0.31 0.18 0 0.36 214.12 0.22 0.54
Hex 6F 85 A2 1F 12 0 24 D6 16 36
Octal 157 205 242 37 22 0 44 326 26 66
Binary 1101111 10000101 10100010 11111 10010 0 100100 11010110 10110 110110

Color Harmonies of #6F85A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F85A2

Black with #6F85A2

Text Example


Text Example

White with #6F85A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,162); }

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

background-color css

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

 a { background-color: rgb(111,133,162); }

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

border-color css

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

 span { border-color: rgb(111,133,162); }

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