#687598

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

Shades of Waikawa Grey #687598

Tints of Waikawa Grey #687598

Color information

#687598 (or 0x687598) is unknown color: approx Waikawa Grey. HEX triplet: 68, 75 and 98. RGB value is (104,117,152). Sum of RGB (Red+Green+Blue) = 104+117+152=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #687598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687598 is #978A67. Grayscale: #747474. Windows color (decimal): -9931368 or 9991528. OLE color: 9991528.

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

Color convert

RGB104117152-
CMYK0.320.2300.40
HSL223.75º18.9%50.2%-
HSV(B)223.75º31.58%59.61%-
XYZ17.7417.9332.23-
YUV117.1147.69118.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.88%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 152 (59.77% from 255) = 40.75%
R=27.88%
G=31.37%
B=40.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041171520.320.2300.40223.7518.950.2
Hex6875982017028e01332
Octal15016523040270503402362
Binary11010001110101100110001000001011101010001110000010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687598; }

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

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

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

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

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

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

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

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