Html Css Color HEX #406C8B Calypso

📋 copy color: '#406C8B'

red 64 ◦ green 108 ◦ blue 139

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

Shades of Calypso #406C8B

Tints of Calypso #406C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.69%

R = 20.58%
G = 34.73%
B = 44.69%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406C8B (or 0x406C8B) is known color: Calypso. HEX triplet: 40, 6C and 8B. RGB value is (64,108,139). Sum of RGB (Red+Green+Blue) = 64+108+139=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #406C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C8B is #BF9374. Grayscale: #626262. Windows color (decimal): -12555125 or 9137216. OLE color: 9137216.

HSL color Cylindrical-coordinate representation of color #406C8B: hue angle of 204.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #406C8B is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 108 139 -
CMYK 0.54 0.22 0 0.45
HSL 204.8º 0.37% 0.4% -
HSV(B) 204.8º 0.54% 0.55% -
XYZ 12.14 13.68 26.43 -
YUV 98.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 64 108 139 0.54 0.22 0 0.45 204.8 0.37 0.4
Hex 40 6C 8B 36 16 0 2D CD 25 28
Octal 100 154 213 66 26 0 55 315 45 50
Binary 1000000 1101100 10001011 110110 10110 0 101101 11001101 100101 101000

Color Harmonies of #406C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C8B

Black with #406C8B

Text Example


Text Example

White with #406C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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