Html Css Color HEX #687699 Waikawa Grey

📋 copy color: '#687699'

red 104 ◦ green 118 ◦ blue 153

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

Shades of Waikawa Grey #687699

Tints of Waikawa Grey #687699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.47%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 27.73%
G = 31.47%
B = 40.8%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#687699 (or 0x687699) is known color: Waikawa Grey. HEX triplet: 68, 76 and 99. RGB value is (104,118,153). Sum of RGB (Red+Green+Blue) = 104+118+153=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #687699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687699 is #978966. Grayscale: #757575. Windows color (decimal): -9931111 or 10057320. OLE color: 10057320.

HSL color Cylindrical-coordinate representation of color #687699: hue angle of 222.86º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687699 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 118 153 -
CMYK 0.32 0.23 0 0.4
HSL 222.86º 0.19% 0.5% -
HSV(B) 222.86º 0.32% 0.6% -
XYZ 17.94 18.2 32.7 -
YUV 117.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 104 118 153 0.32 0.23 0 0.4 222.86 0.19 0.5
Hex 68 76 99 20 17 0 28 DF 13 32
Octal 150 166 231 40 27 0 50 337 23 62
Binary 1101000 1110110 10011001 100000 10111 0 101000 11011111 10011 110010

Color Harmonies of #687699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687699

Black with #687699

Text Example


Text Example

White with #687699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687699; }

 p { color: rgb(104,118,153); }

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

background-color css

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

 a { background-color: rgb(104,118,153); }

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

border-color css

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

 span { border-color: rgb(104,118,153); }

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