#687798

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

Shades of Waikawa Grey #687798

Tints of Waikawa Grey #687798

Color information

#687798 (or 0x687798) is unknown color: approx Waikawa Grey. HEX triplet: 68, 77 and 98. RGB value is (104,119,152). Sum of RGB (Red+Green+Blue) = 104+119+152=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #687798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687798 is #978867. Grayscale: #767676. Windows color (decimal): -9930856 or 9992040. OLE color: 9992040.

HSL color Cylindrical-coordinate representation of color #687798: hue angle of 221.25º 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 #687798 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104119152-
CMYK0.320.2200.40
HSL221.25º18.9%50.2%-
HSV(B)221.25º31.58%59.61%-
XYZ17.9718.432.31-
YUV118.28147.03117.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=27.73%
G=31.73%
B=40.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041191520.320.2200.40221.2518.950.2
Hex6877982016028dd1332
Octal15016723040260503352362
Binary11010001110111100110001000001011001010001101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687798; }

 p { color: rgb(104,119,152); }

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

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

 a { background-color: rgb(104,119,152); }

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

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

 span { border-color: rgb(104,119,152); }

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