#686D98

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

Shades of Waikawa Grey #686D98

Tints of Waikawa Grey #686D98

Color information

#686D98 (or 0x686D98) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6D and 98. RGB value is (104,109,152). Sum of RGB (Red+Green+Blue) = 104+109+152=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #686D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D98 is #979267. Grayscale: #707070. Windows color (decimal): -9933416 or 9989480. OLE color: 9989480.

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

Color convert

RGB104109152-
CMYK0.320.2800.40
HSL233.75º18.9%50.2%-
HSV(B)233.75º31.58%59.61%-
XYZ16.8516.1531.93-
YUV112.41150.34122-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.49%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=28.49%
G=29.86%
B=41.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041091520.320.2800.40233.7518.950.2
Hex686D98201C028ea1332
Octal15015523040340503522362
Binary11010001101101100110001000001110001010001110101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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