Html Css Color HEX #686F85 Storm Grey

📋 copy color: '#686F85'

red 104 ◦ green 111 ◦ blue 133

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

Shades of Storm Grey #686F85

Tints of Storm Grey #686F85

RGB

 RED value IS 104 (41.02% from 255) = 29.89%

 GREEN value IS 111 (43.75% from 255) = 31.9%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 29.89%
G = 31.9%
B = 38.22%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686F85 (or 0x686F85) is known color: Storm Grey. HEX triplet: 68, 6F and 85. RGB value is (104,111,133). Sum of RGB (Red+Green+Blue) = 104+111+133=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #686F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F85 is #97907A. Grayscale: #6F6F6F. Windows color (decimal): -9932923 or 8744808. OLE color: 8744808.

HSL color Cylindrical-coordinate representation of color #686F85: hue angle of 225.52º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686F85 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 111 133 -
CMYK 0.22 0.17 0 0.48
HSL 225.52º 0.12% 0.46% -
HSV(B) 225.52º 0.22% 0.52% -
XYZ 15.63 16.01 24.46 -
YUV 111.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 104 111 133 0.22 0.17 0 0.48 225.52 0.12 0.46
Hex 68 6F 85 16 11 0 30 E2 C 2E
Octal 150 157 205 26 21 0 60 342 14 56
Binary 1101000 1101111 10000101 10110 10001 0 110000 11100010 1100 101110

Color Harmonies of #686F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F85

Black with #686F85

Text Example


Text Example

White with #686F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F85; }

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

 H1.HeaderClassName
 {
   color: #686F85;
 }
 .AnyTagClassName
 {
   color: #686F85;
 }
</style>

background-color css

<style>
 a { background-color: #686F85; }

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

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

border-color css

<style>
 span { border-color: #686F85; }

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

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