Html Css Color HEX #687A9F Waikawa Grey

📋 copy color: '#687A9F'

red 104 ◦ green 122 ◦ blue 159

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

Shades of Waikawa Grey #687A9F

Tints of Waikawa Grey #687A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 27.01%
G = 31.69%
B = 41.3%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#687A9F (or 0x687A9F) is known color: Waikawa Grey. HEX triplet: 68, 7A and 9F. RGB value is (104,122,159). Sum of RGB (Red+Green+Blue) = 104+122+159=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #687A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A9F is #978560. Grayscale: #787878. Windows color (decimal): -9930081 or 10451560. OLE color: 10451560.

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

Color convert

RGB 104 122 159 -
CMYK 0.35 0.23 0 0.38
HSL 220.36º 0.22% 0.52% -
HSV(B) 220.36º 0.35% 0.62% -
XYZ 18.93 19.37 35.54 -
YUV 120.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 104 122 159 0.35 0.23 0 0.38 220.36 0.22 0.52
Hex 68 7A 9F 23 17 0 26 DC 16 34
Octal 150 172 237 43 27 0 46 334 26 64
Binary 1101000 1111010 10011111 100011 10111 0 100110 11011100 10110 110100

Color Harmonies of #687A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A9F

Black with #687A9F

Text Example


Text Example

White with #687A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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