Html Css Color HEX #686D8E Waikawa Grey

📋 copy color: '#686D8E'

red 104 ◦ green 109 ◦ blue 142

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

Shades of Waikawa Grey #686D8E

Tints of Waikawa Grey #686D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 29.3%
G = 30.7%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686D8E (or 0x686D8E) is known color: Waikawa Grey. HEX triplet: 68, 6D and 8E. RGB value is (104,109,142). Sum of RGB (Red+Green+Blue) = 104+109+142=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 142 - color contains mainly: blue. Hex color #686D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D8E is #979271. Grayscale: #6F6F6F. Windows color (decimal): -9933426 or 9334120. OLE color: 9334120.

HSL color Cylindrical-coordinate representation of color #686D8E: hue angle of 232.11º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686D8E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 109 142 -
CMYK 0.27 0.23 0 0.44
HSL 232.11º 0.15% 0.48% -
HSV(B) 232.11º 0.27% 0.56% -
XYZ 16.06 15.83 27.8 -
YUV 111.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 104 109 142 0.27 0.23 0 0.44 232.11 0.15 0.48
Hex 68 6D 8E 1B 17 0 2C E8 F 30
Octal 150 155 216 33 27 0 54 350 17 60
Binary 1101000 1101101 10001110 11011 10111 0 101100 11101000 1111 110000

Color Harmonies of #686D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D8E

Black with #686D8E

Text Example


Text Example

White with #686D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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