Html Css Color HEX #406C8C Calypso

📋 copy color: '#406C8C'

red 64 ◦ green 108 ◦ blue 140

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

Shades of Calypso #406C8C

Tints of Calypso #406C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 20.51%
G = 34.62%
B = 44.87%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#406C8C (or 0x406C8C) is known color: Calypso. HEX triplet: 40, 6C and 8C. RGB value is (64,108,140). Sum of RGB (Red+Green+Blue) = 64+108+140=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #406C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C8C is #BF9373. Grayscale: #626262. Windows color (decimal): -12555124 or 9202752. OLE color: 9202752.

HSL color Cylindrical-coordinate representation of color #406C8C: hue angle of 205.26º 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 #406C8C is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 108 140 -
CMYK 0.54 0.23 0 0.45
HSL 205.26º 0.37% 0.4% -
HSV(B) 205.26º 0.54% 0.55% -
XYZ 12.21 13.71 26.81 -
YUV 98.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 64 108 140 0.54 0.23 0 0.45 205.26 0.37 0.4
Hex 40 6C 8C 36 17 0 2D CD 25 28
Octal 100 154 214 66 27 0 55 315 45 50
Binary 1000000 1101100 10001100 110110 10111 0 101101 11001101 100101 101000

Color Harmonies of #406C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C8C

Black with #406C8C

Text Example


Text Example

White with #406C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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