Html Css Color HEX #686C8E Waikawa Grey

📋 copy color: '#686C8E'

red 104 ◦ green 108 ◦ blue 142

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

Shades of Waikawa Grey #686C8E

Tints of Waikawa Grey #686C8E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

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

R = 29.38%
G = 30.51%
B = 40.11%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686C8E (or 0x686C8E) is known color: Waikawa Grey. HEX triplet: 68, 6C and 8E. RGB value is (104,108,142). Sum of RGB (Red+Green+Blue) = 104+108+142=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #686C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C8E is #979371. Grayscale: #6E6E6E. Windows color (decimal): -9933682 or 9333864. OLE color: 9333864.

HSL color Cylindrical-coordinate representation of color #686C8E: hue angle of 233.68º 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 #686C8E is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 108 142 -
CMYK 0.27 0.24 0 0.44
HSL 233.68º 0.15% 0.48% -
HSV(B) 233.68º 0.27% 0.56% -
XYZ 15.95 15.62 27.77 -
YUV 110.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 104 108 142 0.27 0.24 0 0.44 233.68 0.15 0.48
Hex 68 6C 8E 1B 18 0 2C EA F 30
Octal 150 154 216 33 30 0 54 352 17 60
Binary 1101000 1101100 10001110 11011 11000 0 101100 11101010 1111 110000

Color Harmonies of #686C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C8E

Black with #686C8E

Text Example


Text Example

White with #686C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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