Html Css Color HEX #686E8A Waikawa Grey

📋 copy color: '#686E8A'

red 104 ◦ green 110 ◦ blue 138

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

Shades of Waikawa Grey #686E8A

Tints of Waikawa Grey #686E8A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.25%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 29.55%
G = 31.25%
B = 39.2%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#686E8A (or 0x686E8A) is known color: Waikawa Grey. HEX triplet: 68, 6E and 8A. RGB value is (104,110,138). Sum of RGB (Red+Green+Blue) = 104+110+138=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #686E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E8A is #979175. Grayscale: #6F6F6F. Windows color (decimal): -9933174 or 9072232. OLE color: 9072232.

HSL color Cylindrical-coordinate representation of color #686E8A: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686E8A is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 110 138 -
CMYK 0.25 0.20 0 0.46
HSL 229.41º 0.14% 0.47% -
HSV(B) 229.41º 0.25% 0.54% -
XYZ 15.87 15.93 26.28 -
YUV 111.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 104 110 138 0.25 0.20 0 0.46 229.41 0.14 0.47
Hex 68 6E 8A 19 14 0 2E E5 E 2F
Octal 150 156 212 31 24 0 56 345 16 57
Binary 1101000 1101110 10001010 11001 10100 0 101110 11100101 1110 101111

Color Harmonies of #686E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E8A

Black with #686E8A

Text Example


Text Example

White with #686E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,110,138); }

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

background-color css

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

 a { background-color: rgb(104,110,138); }

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

border-color css

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

 span { border-color: rgb(104,110,138); }

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