Html Css Color HEX #406C89 Calypso

📋 copy color: '#406C89'

red 64 ◦ green 108 ◦ blue 137

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

Shades of Calypso #406C89

Tints of Calypso #406C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

 BLUE value IS 137 (53.91% from 255) = 44.34%

R = 20.71%
G = 34.95%
B = 44.34%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406C89 (or 0x406C89) is known color: Calypso. HEX triplet: 40, 6C and 89. RGB value is (64,108,137). Sum of RGB (Red+Green+Blue) = 64+108+137=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #406C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C89 is #BF9376. Grayscale: #616161. Windows color (decimal): -12555127 or 9006144. OLE color: 9006144.

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

Color convert

RGB 64 108 137 -
CMYK 0.53 0.21 0 0.46
HSL 203.84º 0.36% 0.39% -
HSV(B) 203.84º 0.53% 0.54% -
XYZ 11.99 13.62 25.66 -
YUV 98.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 64 108 137 0.53 0.21 0 0.46 203.84 0.36 0.39
Hex 40 6C 89 35 15 0 2E CC 24 27
Octal 100 154 211 65 25 0 56 314 44 47
Binary 1000000 1101100 10001001 110101 10101 0 101110 11001100 100100 100111

Color Harmonies of #406C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C89

Black with #406C89

Text Example


Text Example

White with #406C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,137); }

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

background-color css

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

 a { background-color: rgb(64,108,137); }

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

border-color css

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

 span { border-color: rgb(64,108,137); }

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