Html Css Color HEX #687490 Waikawa Grey

📋 copy color: '#687490'

red 104 ◦ green 116 ◦ blue 144

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

Shades of Waikawa Grey #687490

Tints of Waikawa Grey #687490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 28.57%
G = 31.87%
B = 39.56%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#687490 (or 0x687490) is known color: Waikawa Grey. HEX triplet: 68, 74 and 90. RGB value is (104,116,144). Sum of RGB (Red+Green+Blue) = 104+116+144=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #687490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687490 is #978B6F. Grayscale: #737373. Windows color (decimal): -9931632 or 9466984. OLE color: 9466984.

HSL color Cylindrical-coordinate representation of color #687490: hue angle of 222º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687490 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 116 144 -
CMYK 0.28 0.19 0 0.44
HSL 222º 0.16% 0.49% -
HSV(B) 222º 0.28% 0.56% -
XYZ 16.99 17.45 28.86 -
YUV 115.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 104 116 144 0.28 0.19 0 0.44 222 0.16 0.49
Hex 68 74 90 1C 13 0 2C DE 10 31
Octal 150 164 220 34 23 0 54 336 20 61
Binary 1101000 1110100 10010000 11100 10011 0 101100 11011110 10000 110001

Color Harmonies of #687490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687490

Black with #687490

Text Example


Text Example

White with #687490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687490; }

 p { color: rgb(104,116,144); }

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

background-color css

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

 a { background-color: rgb(104,116,144); }

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

border-color css

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

 span { border-color: rgb(104,116,144); }

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