#686C98

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

Shades of Waikawa Grey #686C98

Tints of Waikawa Grey #686C98

Color information

#686C98 (or 0x686C98) is unknown color: approx Waikawa Grey. HEX triplet: 68, 6C and 98. RGB value is (104,108,152). Sum of RGB (Red+Green+Blue) = 104+108+152=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #686C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C98 is #979367. Grayscale: #6F6F6F. Windows color (decimal): -9933672 or 9989224. OLE color: 9989224.

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

Color convert

RGB104108152-
CMYK0.320.2900.40
HSL235º18.9%50.2%-
HSV(B)235º31.58%59.61%-
XYZ16.7415.9431.9-
YUV111.82150.67122.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.57%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 152 (59.77% from 255) = 41.76%
R=28.57%
G=29.67%
B=41.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041081520.320.2900.4023518.950.2
Hex686C98201D028eb1332
Octal15015423040350503532362
Binary11010001101100100110001000001110101010001110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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