Html Css Color HEX #686C98 Waikawa Grey

📋 copy color: '#686C98'

red 104 ◦ green 108 ◦ blue 152

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

Shades of Waikawa Grey #686C98

Tints of Waikawa Grey #686C98

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 value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#686C98 (or 0x686C98) is known color: 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

RGB 104 108 152 -
CMYK 0.32 0.29 0 0.40
HSL 235º 0.19% 0.5% -
HSV(B) 235º 0.32% 0.6% -
XYZ 16.74 15.94 31.9 -
YUV 111.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 104 108 152 0.32 0.29 0 0.40 235 0.19 0.5
Hex 68 6C 98 20 1D 0 28 EB 13 32
Octal 150 154 230 40 35 0 50 353 23 62
Binary 1101000 1101100 10011000 100000 11101 0 101000 11101011 10011 110010

Color Harmonies of #686C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C98

Black with #686C98

Text Example


Text Example

White with #686C98

Text Example


Text Example

HTML Codes & Css Web 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>