Html Css Color HEX #686D91 Waikawa Grey

📋 copy color: '#686D91'

red 104 ◦ green 109 ◦ blue 145

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

Shades of Waikawa Grey #686D91

Tints of Waikawa Grey #686D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 29.05%
G = 30.45%
B = 40.5%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686D91 (or 0x686D91) is known color: Waikawa Grey. HEX triplet: 68, 6D and 91. RGB value is (104,109,145). Sum of RGB (Red+Green+Blue) = 104+109+145=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #686D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D91 is #97926E. Grayscale: #6F6F6F. Windows color (decimal): -9933423 or 9530728. OLE color: 9530728.

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

Color convert

RGB 104 109 145 -
CMYK 0.28 0.25 0 0.43
HSL 232.68º 0.16% 0.49% -
HSV(B) 232.68º 0.28% 0.57% -
XYZ 16.29 15.92 29 -
YUV 111.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 104 109 145 0.28 0.25 0 0.43 232.68 0.16 0.49
Hex 68 6D 91 1C 19 0 2B E9 10 31
Octal 150 155 221 34 31 0 53 351 20 61
Binary 1101000 1101101 10010001 11100 11001 0 101011 11101001 10000 110001

Color Harmonies of #686D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D91

Black with #686D91

Text Example


Text Example

White with #686D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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