Html Css Color HEX #687794 Waikawa Grey

📋 copy color: '#687794'

red 104 ◦ green 119 ◦ blue 148

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

Shades of Waikawa Grey #687794

Tints of Waikawa Grey #687794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 28.03%
G = 32.08%
B = 39.89%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687794 (or 0x687794) is known color: Waikawa Grey. HEX triplet: 68, 77 and 94. RGB value is (104,119,148). Sum of RGB (Red+Green+Blue) = 104+119+148=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #687794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687794 is #97886B. Grayscale: #757575. Windows color (decimal): -9930860 or 9729896. OLE color: 9729896.

HSL color Cylindrical-coordinate representation of color #687794: hue angle of 219.55º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #687794 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 119 148 -
CMYK 0.30 0.20 0 0.42
HSL 219.55º 0.17% 0.49% -
HSV(B) 219.55º 0.3% 0.58% -
XYZ 17.65 18.27 30.61 -
YUV 117.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 104 119 148 0.30 0.20 0 0.42 219.55 0.17 0.49
Hex 68 77 94 1E 14 0 2A DC 11 31
Octal 150 167 224 36 24 0 52 334 21 61
Binary 1101000 1110111 10010100 11110 10100 0 101010 11011100 10001 110001

Color Harmonies of #687794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687794

Black with #687794

Text Example


Text Example

White with #687794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687794; }

 p { color: rgb(104,119,148); }

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

background-color css

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

 a { background-color: rgb(104,119,148); }

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

border-color css

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

 span { border-color: rgb(104,119,148); }

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