Html Css Color HEX #406C8A Calypso

📋 copy color: '#406C8A'

red 64 ◦ green 108 ◦ blue 138

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

Shades of Calypso #406C8A

Tints of Calypso #406C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 20.65%
G = 34.84%
B = 44.52%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#406C8A (or 0x406C8A) is known color: Calypso. HEX triplet: 40, 6C and 8A. RGB value is (64,108,138). Sum of RGB (Red+Green+Blue) = 64+108+138=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #406C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C8A is #BF9375. Grayscale: #626262. Windows color (decimal): -12555126 or 9071680. OLE color: 9071680.

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

Color convert

RGB 64 108 138 -
CMYK 0.54 0.22 0 0.46
HSL 204.32º 0.37% 0.4% -
HSV(B) 204.32º 0.54% 0.54% -
XYZ 12.06 13.65 26.04 -
YUV 98.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 64 108 138 0.54 0.22 0 0.46 204.32 0.37 0.4
Hex 40 6C 8A 36 16 0 2E CC 25 28
Octal 100 154 212 66 26 0 56 314 45 50
Binary 1000000 1101100 10001010 110110 10110 0 101110 11001100 100101 101000

Color Harmonies of #406C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C8A

Black with #406C8A

Text Example


Text Example

White with #406C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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