Html Css Color HEX #406D99 Lochmara

📋 copy color: '#406D99'

red 64 ◦ green 109 ◦ blue 153

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

Shades of Lochmara #406D99

Tints of Lochmara #406D99

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 153 (60.16% from 255) = 46.93%

R = 19.63%
G = 33.44%
B = 46.93%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406D99 (or 0x406D99) is known color: Lochmara. HEX triplet: 40, 6D and 99. RGB value is (64,109,153). Sum of RGB (Red+Green+Blue) = 64+109+153=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #406D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406D99 is #BF9266. Grayscale: #646464. Windows color (decimal): -12554855 or 10054976. OLE color: 10054976.

HSL color Cylindrical-coordinate representation of color #406D99: hue angle of 209.66º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406D99 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 109 153 -
CMYK 0.58 0.29 0 0.4
HSL 209.66º 0.41% 0.43% -
HSV(B) 209.66º 0.58% 0.6% -
XYZ 13.33 14.33 32.2 -
YUV 100.56 157.59 101.92 -
System Red Green Blue C M Y K H S L
Decimal 64 109 153 0.58 0.29 0 0.4 209.66 0.41 0.43
Hex 40 6D 99 3A 1D 0 28 D2 29 2B
Octal 100 155 231 72 35 0 50 322 51 53
Binary 1000000 1101101 10011001 111010 11101 0 101000 11010010 101001 101011

Color Harmonies of #406D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406D99

Black with #406D99

Text Example


Text Example

White with #406D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,109,153); }

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

background-color css

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

 a { background-color: rgb(64,109,153); }

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

border-color css

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

 span { border-color: rgb(64,109,153); }

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