Html Css Color HEX #686B8E Waikawa Grey

📋 copy color: '#686B8E'

red 104 ◦ green 107 ◦ blue 142

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

Shades of Waikawa Grey #686B8E

Tints of Waikawa Grey #686B8E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 29.46%
G = 30.31%
B = 40.23%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686B8E (or 0x686B8E) is known color: Waikawa Grey. HEX triplet: 68, 6B and 8E. RGB value is (104,107,142). Sum of RGB (Red+Green+Blue) = 104+107+142=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #686B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B8E is #979471. Grayscale: #6D6D6D. Windows color (decimal): -9933938 or 9333608. OLE color: 9333608.

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

Color convert

RGB 104 107 142 -
CMYK 0.27 0.25 0 0.44
HSL 235.26º 0.15% 0.48% -
HSV(B) 235.26º 0.27% 0.56% -
XYZ 15.85 15.41 27.73 -
YUV 110.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 104 107 142 0.27 0.25 0 0.44 235.26 0.15 0.48
Hex 68 6B 8E 1B 19 0 2C EB F 30
Octal 150 153 216 33 31 0 54 353 17 60
Binary 1101000 1101011 10001110 11011 11001 0 101100 11101011 1111 110000

Color Harmonies of #686B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B8E

Black with #686B8E

Text Example


Text Example

White with #686B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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