Html Css Color HEX #687899 Waikawa Grey

📋 copy color: '#687899'

red 104 ◦ green 120 ◦ blue 153

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

Shades of Waikawa Grey #687899

Tints of Waikawa Grey #687899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 27.59%
G = 31.83%
B = 40.58%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#687899 (or 0x687899) is known color: Waikawa Grey. HEX triplet: 68, 78 and 99. RGB value is (104,120,153). Sum of RGB (Red+Green+Blue) = 104+120+153=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #687899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687899 is #978766. Grayscale: #767676. Windows color (decimal): -9930599 or 10057832. OLE color: 10057832.

HSL color Cylindrical-coordinate representation of color #687899: hue angle of 220.41º 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 #687899 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 120 153 -
CMYK 0.32 0.22 0 0.4
HSL 220.41º 0.19% 0.5% -
HSV(B) 220.41º 0.32% 0.6% -
XYZ 18.18 18.68 32.78 -
YUV 118.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 104 120 153 0.32 0.22 0 0.4 220.41 0.19 0.5
Hex 68 78 99 20 16 0 28 DC 13 32
Octal 150 170 231 40 26 0 50 334 23 62
Binary 1101000 1111000 10011001 100000 10110 0 101000 11011100 10011 110010

Color Harmonies of #687899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687899

Black with #687899

Text Example


Text Example

White with #687899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687899; }

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

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

background-color css

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

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

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

border-color css

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

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

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