Html Css Color HEX #687189 Waikawa Grey

📋 copy color: '#687189'

red 104 ◦ green 113 ◦ blue 137

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

Shades of Waikawa Grey #687189

Tints of Waikawa Grey #687189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.92%

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

R = 29.38%
G = 31.92%
B = 38.7%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#687189 (or 0x687189) is known color: Waikawa Grey. HEX triplet: 68, 71 and 89. RGB value is (104,113,137). Sum of RGB (Red+Green+Blue) = 104+113+137=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #687189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687189 is #978E76. Grayscale: #707070. Windows color (decimal): -9932407 or 9007464. OLE color: 9007464.

HSL color Cylindrical-coordinate representation of color #687189: hue angle of 223.64º 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 #687189 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 113 137 -
CMYK 0.24 0.18 0 0.46
HSL 223.64º 0.14% 0.47% -
HSV(B) 223.64º 0.24% 0.54% -
XYZ 16.13 16.56 26.01 -
YUV 113.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 104 113 137 0.24 0.18 0 0.46 223.64 0.14 0.47
Hex 68 71 89 18 12 0 2E E0 E 2F
Octal 150 161 211 30 22 0 56 340 16 57
Binary 1101000 1110001 10001001 11000 10010 0 101110 11100000 1110 101111

Color Harmonies of #687189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687189

Black with #687189

Text Example


Text Example

White with #687189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687189; }

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

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

background-color css

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

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

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

border-color css

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

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

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