Html Css Color HEX #687A9E Waikawa Grey

📋 copy color: '#687A9E'

red 104 ◦ green 122 ◦ blue 158

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

Shades of Waikawa Grey #687A9E

Tints of Waikawa Grey #687A9E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 27.08%
G = 31.77%
B = 41.15%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687A9E (or 0x687A9E) is known color: Waikawa Grey. HEX triplet: 68, 7A and 9E. RGB value is (104,122,158). Sum of RGB (Red+Green+Blue) = 104+122+158=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #687A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9E is #978561. Grayscale: #787878. Windows color (decimal): -9930082 or 10386024. OLE color: 10386024.

HSL color Cylindrical-coordinate representation of color #687A9E: hue angle of 220º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #687A9E is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 122 158 -
CMYK 0.34 0.23 0 0.38
HSL 220º 0.22% 0.51% -
HSV(B) 220º 0.34% 0.62% -
XYZ 18.84 19.33 35.09 -
YUV 120.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 104 122 158 0.34 0.23 0 0.38 220 0.22 0.51
Hex 68 7A 9E 22 17 0 26 DC 16 33
Octal 150 172 236 42 27 0 46 334 26 63
Binary 1101000 1111010 10011110 100010 10111 0 100110 11011100 10110 110011

Color Harmonies of #687A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A9E

Black with #687A9E

Text Example


Text Example

White with #687A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687A9E; }

 p { color: rgb(104,122,158); }

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

background-color css

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

 a { background-color: rgb(104,122,158); }

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

border-color css

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

 span { border-color: rgb(104,122,158); }

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