Html Css Color HEX #687590 Waikawa Grey

📋 copy color: '#687590'

red 104 ◦ green 117 ◦ blue 144

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

Shades of Waikawa Grey #687590

Tints of Waikawa Grey #687590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.05%

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

R = 28.49%
G = 32.05%
B = 39.45%

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

#687590 (or 0x687590) is known color: Waikawa Grey. HEX triplet: 68, 75 and 90. RGB value is (104,117,144). Sum of RGB (Red+Green+Blue) = 104+117+144=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #687590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687590 is #978A6F. Grayscale: #747474. Windows color (decimal): -9931376 or 9467240. OLE color: 9467240.

HSL color Cylindrical-coordinate representation of color #687590: hue angle of 220.5º 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 #687590 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 117 144 -
CMYK 0.28 0.19 0 0.44
HSL 220.5º 0.16% 0.49% -
HSV(B) 220.5º 0.28% 0.56% -
XYZ 17.1 17.68 28.9 -
YUV 116.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 104 117 144 0.28 0.19 0 0.44 220.5 0.16 0.49
Hex 68 75 90 1C 13 0 2C DC 10 31
Octal 150 165 220 34 23 0 54 334 20 61
Binary 1101000 1110101 10010000 11100 10011 0 101100 11011100 10000 110001

Color Harmonies of #687590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687590

Black with #687590

Text Example


Text Example

White with #687590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687590; }

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

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

background-color css

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

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

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

border-color css

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

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

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