Html Css Color HEX #686D90 Waikawa Grey

📋 copy color: '#686D90'

red 104 ◦ green 109 ◦ blue 144

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

Shades of Waikawa Grey #686D90

Tints of Waikawa Grey #686D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.53%

 BLUE value IS 144 (56.64% from 255) = 40.34%

R = 29.13%
G = 30.53%
B = 40.34%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686D90 (or 0x686D90) is known color: Waikawa Grey. HEX triplet: 68, 6D and 90. RGB value is (104,109,144). Sum of RGB (Red+Green+Blue) = 104+109+144=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #686D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D90 is #97926F. Grayscale: #6F6F6F. Windows color (decimal): -9933424 or 9465192. OLE color: 9465192.

HSL color Cylindrical-coordinate representation of color #686D90: hue angle of 232.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686D90 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 109 144 -
CMYK 0.28 0.24 0 0.44
HSL 232.5º 0.16% 0.49% -
HSV(B) 232.5º 0.28% 0.56% -
XYZ 16.21 15.89 28.6 -
YUV 111.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 104 109 144 0.28 0.24 0 0.44 232.5 0.16 0.49
Hex 68 6D 90 1C 18 0 2C E8 10 31
Octal 150 155 220 34 30 0 54 350 20 61
Binary 1101000 1101101 10010000 11100 11000 0 101100 11101000 10000 110001

Color Harmonies of #686D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D90

Black with #686D90

Text Example


Text Example

White with #686D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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