Html Css Color HEX #687289 Waikawa Grey

📋 copy color: '#687289'

red 104 ◦ green 114 ◦ blue 137

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

Shades of Waikawa Grey #687289

Tints of Waikawa Grey #687289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 29.3%
G = 32.11%
B = 38.59%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#687289 (or 0x687289) is known color: Waikawa Grey. HEX triplet: 68, 72 and 89. RGB value is (104,114,137). Sum of RGB (Red+Green+Blue) = 104+114+137=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #687289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687289 is #978D76. Grayscale: #717171. Windows color (decimal): -9932151 or 9007720. OLE color: 9007720.

HSL color Cylindrical-coordinate representation of color #687289: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687289 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 114 137 -
CMYK 0.24 0.17 0 0.46
HSL 221.82º 0.14% 0.47% -
HSV(B) 221.82º 0.24% 0.54% -
XYZ 16.24 16.78 26.05 -
YUV 113.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 104 114 137 0.24 0.17 0 0.46 221.82 0.14 0.47
Hex 68 72 89 18 11 0 2E DE E 2F
Octal 150 162 211 30 21 0 56 336 16 57
Binary 1101000 1110010 10001001 11000 10001 0 101110 11011110 1110 101111

Color Harmonies of #687289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687289

Black with #687289

Text Example


Text Example

White with #687289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687289; }

 p { color: rgb(104,114,137); }

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

background-color css

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

 a { background-color: rgb(104,114,137); }

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

border-color css

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

 span { border-color: rgb(104,114,137); }

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