Html Css Color HEX #686C8C Waikawa Grey

📋 copy color: '#686C8C'

red 104 ◦ green 108 ◦ blue 140

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

Shades of Waikawa Grey #686C8C

Tints of Waikawa Grey #686C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 29.55%
G = 30.68%
B = 39.77%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#686C8C (or 0x686C8C) is known color: Waikawa Grey. HEX triplet: 68, 6C and 8C. RGB value is (104,108,140). Sum of RGB (Red+Green+Blue) = 104+108+140=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 140 - color contains mainly: blue. Hex color #686C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C8C is #979373. Grayscale: #6E6E6E. Windows color (decimal): -9933684 or 9202792. OLE color: 9202792.

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

Color convert

RGB 104 108 140 -
CMYK 0.26 0.23 0 0.45
HSL 233.33º 0.15% 0.48% -
HSV(B) 233.33º 0.26% 0.55% -
XYZ 15.81 15.56 26.98 -
YUV 110.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 104 108 140 0.26 0.23 0 0.45 233.33 0.15 0.48
Hex 68 6C 8C 1A 17 0 2D E9 F 30
Octal 150 154 214 32 27 0 55 351 17 60
Binary 1101000 1101100 10001100 11010 10111 0 101101 11101001 1111 110000

Color Harmonies of #686C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686C8C

Black with #686C8C

Text Example


Text Example

White with #686C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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