#687590

Color #687590 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #687590

Tints of Waikawa Grey #687590

Color information

#687590 (or 0x687590) is unknown color: approx 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

RGB104117144-
CMYK0.280.1900.44
HSL220.5º16.13%48.63%-
HSV(B)220.5º27.78%56.47%-
XYZ17.117.6828.9-
YUV116.19143.69119.3-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041171440.280.1900.44220.516.1348.63
Hex6875901C1302Cdc1031
Octal15016522034230543342061
Binary1101000111010110010000111001001101011001101110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>