Html Css Color HEX #406B81 Calypso

📋 copy color: '#406B81'

red 64 ◦ green 107 ◦ blue 129

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

Shades of Calypso #406B81

Tints of Calypso #406B81

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 21.33%
G = 35.67%
B = 43%

CMYK

 C value IS 0.50

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406B81 (or 0x406B81) is known color: Calypso. HEX triplet: 40, 6B and 81. RGB value is (64,107,129). Sum of RGB (Red+Green+Blue) = 64+107+129=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #406B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406B81 is #BF947E. Grayscale: #606060. Windows color (decimal): -12555391 or 8481600. OLE color: 8481600.

HSL color Cylindrical-coordinate representation of color #406B81: hue angle of 200.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406B81 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 107 129 -
CMYK 0.50 0.17 0 0.49
HSL 200.31º 0.34% 0.38% -
HSV(B) 200.31º 0.5% 0.51% -
XYZ 11.33 13.19 22.72 -
YUV 96.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 64 107 129 0.50 0.17 0 0.49 200.31 0.34 0.38
Hex 40 6B 81 32 11 0 31 C8 22 26
Octal 100 153 201 62 21 0 61 310 42 46
Binary 1000000 1101011 10000001 110010 10001 0 110001 11001000 100010 100110

Color Harmonies of #406B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B81

Black with #406B81

Text Example


Text Example

White with #406B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,129); }

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

background-color css

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

 a { background-color: rgb(64,107,129); }

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

border-color css

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

 span { border-color: rgb(64,107,129); }

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