Html Css Color HEX #686F8E Waikawa Grey

📋 copy color: '#686F8E'

red 104 ◦ green 111 ◦ blue 142

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

Shades of Waikawa Grey #686F8E

Tints of Waikawa Grey #686F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.09%

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

R = 29.13%
G = 31.09%
B = 39.78%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#686F8E (or 0x686F8E) is known color: Waikawa Grey. HEX triplet: 68, 6F and 8E. RGB value is (104,111,142). Sum of RGB (Red+Green+Blue) = 104+111+142=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #686F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F8E is #979071. Grayscale: #707070. Windows color (decimal): -9932914 or 9334632. OLE color: 9334632.

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

Color convert

RGB 104 111 142 -
CMYK 0.27 0.22 0 0.44
HSL 228.95º 0.15% 0.48% -
HSV(B) 228.95º 0.27% 0.56% -
XYZ 16.28 16.26 27.87 -
YUV 112.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 104 111 142 0.27 0.22 0 0.44 228.95 0.15 0.48
Hex 68 6F 8E 1B 16 0 2C E5 F 30
Octal 150 157 216 33 26 0 54 345 17 60
Binary 1101000 1101111 10001110 11011 10110 0 101100 11100101 1111 110000

Color Harmonies of #686F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F8E

Black with #686F8E

Text Example


Text Example

White with #686F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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