Html Css Color HEX #686D92 Waikawa Grey

📋 copy color: '#686D92'

red 104 ◦ green 109 ◦ blue 146

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

Shades of Waikawa Grey #686D92

Tints of Waikawa Grey #686D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 28.97%
G = 30.36%
B = 40.67%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#686D92 (or 0x686D92) is known color: Waikawa Grey. HEX triplet: 68, 6D and 92. RGB value is (104,109,146). Sum of RGB (Red+Green+Blue) = 104+109+146=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #686D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D92 is #97926D. Grayscale: #6F6F6F. Windows color (decimal): -9933422 or 9596264. OLE color: 9596264.

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

Color convert

RGB 104 109 146 -
CMYK 0.29 0.25 0 0.43
HSL 232.86º 0.17% 0.49% -
HSV(B) 232.86º 0.29% 0.57% -
XYZ 16.37 15.96 29.41 -
YUV 111.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 104 109 146 0.29 0.25 0 0.43 232.86 0.17 0.49
Hex 68 6D 92 1D 19 0 2B E9 11 31
Octal 150 155 222 35 31 0 53 351 21 61
Binary 1101000 1101101 10010010 11101 11001 0 101011 11101001 10001 110001

Color Harmonies of #686D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D92

Black with #686D92

Text Example


Text Example

White with #686D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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