#406F87

Color #406F87 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #406F87

Tints of Calypso #406F87

Color information

#406F87 (or 0x406F87) is unknown color: approx Calypso. HEX triplet: 40, 6F and 87. RGB value is (64,111,135). Sum of RGB (Red+Green+Blue) = 64+111+135=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 135 (53.12% from 255 or 43.55% from 310); Max value from RGB is 135 - color contains mainly: blue. Hex color #406F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F87 is #BF9078. Grayscale: #636363. Windows color (decimal): -12554361 or 8875840. OLE color: 8875840.

HSL color Cylindrical-coordinate representation of color #406F87: hue angle of 200.28º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #406F87 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB64111135-
CMYK0.530.1800.47
HSL200.28º35.68%39.02%-
HSV(B)200.28º52.59%52.94%-
XYZ12.1714.2125.02-
YUV99.68147.93102.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 135 (53.12% from 255) = 43.55%
R=20.65%
G=35.81%
B=43.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641111350.530.1800.47200.2835.6839.02
Hex406F87351202Fc82427
Octal10015720765220573104447
Binary100000011011111000011111010110010010111111001000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406F87; }

 p { color: rgb(64,111,135); }

 H1.HeaderClassName
 {
   color: #406F87;
 }
 .AnyTagClassName
 {
   color: #406F87;
 }
</style>
background-color css

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

 a { background-color: rgb(64,111,135); }

 div.DivClassName
 {
   background-color: #406F87;
 }
 .BgClassName
 {
   background-color: #406F87;
 }
</style>
border-color css

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

 span { border-color: rgb(64,111,135); }

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