#687199

Color #687199 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #687199

Tints of Waikawa Grey #687199

Color information

#687199 (or 0x687199) is unknown color: approx Waikawa Grey. HEX triplet: 68, 71 and 99. RGB value is (104,113,153). Sum of RGB (Red+Green+Blue) = 104+113+153=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #687199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687199 is #978E66. Grayscale: #727272. Windows color (decimal): -9932391 or 10056040. OLE color: 10056040.

HSL color Cylindrical-coordinate representation of color #687199: hue angle of 228.98º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687199 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB104113153-
CMYK0.320.2600.4
HSL228.98º19.37%50.39%-
HSV(B)228.98º32.03%60%-
XYZ17.3617.0532.51-
YUV114.87149.52120.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.11%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 153 (60.16% from 255) = 41.35%
R=28.11%
G=30.54%
B=41.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041131530.320.2600.4228.9819.3750.39
Hex687199201A028e51332
Octal15016123140320503452362
Binary11010001110001100110011000001101001010001110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687199; }

 p { color: rgb(104,113,153); }

 H1.HeaderClassName
 {
   color: #687199;
 }
 .AnyTagClassName
 {
   color: #687199;
 }
</style>
background-color css

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

 a { background-color: rgb(104,113,153); }

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

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

 span { border-color: rgb(104,113,153); }

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