Html Css Color HEX #406A87 Calypso

📋 copy color: '#406A87'

red 64 ◦ green 106 ◦ blue 135

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

Shades of Calypso #406A87

Tints of Calypso #406A87

RGB

 RED value IS 64 (25.39% from 255) = 20.98%

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 135 (53.13% from 255) = 44.26%

R = 20.98%
G = 34.75%
B = 44.26%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#406A87 (or 0x406A87) is known color: Calypso. HEX triplet: 40, 6A and 87. RGB value is (64,106,135). Sum of RGB (Red+Green+Blue) = 64+106+135=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #406A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406A87 is #BF9578. Grayscale: #606060. Windows color (decimal): -12555641 or 8874560. OLE color: 8874560.

HSL color Cylindrical-coordinate representation of color #406A87: hue angle of 204.51º 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 #406A87 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 106 135 -
CMYK 0.53 0.21 0 0.47
HSL 204.51º 0.36% 0.39% -
HSV(B) 204.51º 0.53% 0.53% -
XYZ 11.64 13.15 24.85 -
YUV 96.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 64 106 135 0.53 0.21 0 0.47 204.51 0.36 0.39
Hex 40 6A 87 35 15 0 2F CD 24 27
Octal 100 152 207 65 25 0 57 315 44 47
Binary 1000000 1101010 10000111 110101 10101 0 101111 11001101 100100 100111

Color Harmonies of #406A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A87

Black with #406A87

Text Example


Text Example

White with #406A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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