Html Css Color HEX #686F98 Waikawa Grey

📋 copy color: '#686F98'

red 104 ◦ green 111 ◦ blue 152

#686F98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #686F98

Tints of Waikawa Grey #686F98

RGB

 RED value IS 104 (41.02% from 255) = 28.34%

 GREEN value IS 111 (43.75% from 255) = 30.25%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 28.34%
G = 30.25%
B = 41.42%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#686F98 (or 0x686F98) is known color: Waikawa Grey. HEX triplet: 68, 6F and 98. RGB value is (104,111,152). Sum of RGB (Red+Green+Blue) = 104+111+152=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 152 - color contains mainly: blue. Hex color #686F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F98 is #979067. Grayscale: #717171. Windows color (decimal): -9932904 or 9989992. OLE color: 9989992.

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

Color convert

RGB 104 111 152 -
CMYK 0.32 0.27 0 0.40
HSL 231.25º 0.19% 0.5% -
HSV(B) 231.25º 0.32% 0.6% -
XYZ 17.06 16.58 32.01 -
YUV 113.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 104 111 152 0.32 0.27 0 0.40 231.25 0.19 0.5
Hex 68 6F 98 20 1B 0 28 E7 13 32
Octal 150 157 230 40 33 0 50 347 23 62
Binary 1101000 1101111 10011000 100000 11011 0 101000 11100111 10011 110010

Color Harmonies of #686F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F98

Black with #686F98

Text Example


Text Example

White with #686F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #686F98;
 }
 .AnyTagClassName
 {
   color: #686F98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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