Html Css Color HEX #687288 Storm Grey

📋 copy color: '#687288'

red 104 ◦ green 114 ◦ blue 136

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

Shades of Storm Grey #687288

Tints of Storm Grey #687288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 136 (53.52% from 255) = 38.42%

R = 29.38%
G = 32.2%
B = 38.42%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687288 (or 0x687288) is known color: Storm Grey. HEX triplet: 68, 72 and 88. RGB value is (104,114,136). Sum of RGB (Red+Green+Blue) = 104+114+136=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #687288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687288 is #978D77. Grayscale: #717171. Windows color (decimal): -9932152 or 8942184. OLE color: 8942184.

HSL color Cylindrical-coordinate representation of color #687288: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687288 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 114 136 -
CMYK 0.24 0.16 0 0.47
HSL 221.25º 0.13% 0.47% -
HSV(B) 221.25º 0.24% 0.53% -
XYZ 16.17 16.76 25.67 -
YUV 113.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 104 114 136 0.24 0.16 0 0.47 221.25 0.13 0.47
Hex 68 72 88 18 10 0 2F DD D 2F
Octal 150 162 210 30 20 0 57 335 15 57
Binary 1101000 1110010 10001000 11000 10000 0 101111 11011101 1101 101111

Color Harmonies of #687288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687288

Black with #687288

Text Example


Text Example

White with #687288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687288; }

 p { color: rgb(104,114,136); }

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

background-color css

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

 a { background-color: rgb(104,114,136); }

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

border-color css

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

 span { border-color: rgb(104,114,136); }

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