Html Css Color HEX #686E93 Waikawa Grey

📋 copy color: '#686E93'

red 104 ◦ green 110 ◦ blue 147

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

Shades of Waikawa Grey #686E93

Tints of Waikawa Grey #686E93

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 28.81%
G = 30.47%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#686E93 (or 0x686E93) is known color: Waikawa Grey. HEX triplet: 68, 6E and 93. RGB value is (104,110,147). Sum of RGB (Red+Green+Blue) = 104+110+147=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #686E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E93 is #97916C. Grayscale: #707070. Windows color (decimal): -9933165 or 9662056. OLE color: 9662056.

HSL color Cylindrical-coordinate representation of color #686E93: hue angle of 231.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686E93 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 110 147 -
CMYK 0.29 0.25 0 0.42
HSL 231.63º 0.17% 0.49% -
HSV(B) 231.63º 0.29% 0.58% -
XYZ 16.55 16.2 29.86 -
YUV 112.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 104 110 147 0.29 0.25 0 0.42 231.63 0.17 0.49
Hex 68 6E 93 1D 19 0 2A E8 11 31
Octal 150 156 223 35 31 0 52 350 21 61
Binary 1101000 1101110 10010011 11101 11001 0 101010 11101000 10001 110001

Color Harmonies of #686E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E93

Black with #686E93

Text Example


Text Example

White with #686E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,147); }

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

background-color css

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

 a { background-color: rgb(104,110,147); }

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

border-color css

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

 span { border-color: rgb(104,110,147); }

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