Html Css Color HEX #406F99 Lochmara

📋 copy color: '#406F99'

red 64 ◦ green 111 ◦ blue 153

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

Shades of Lochmara #406F99

Tints of Lochmara #406F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

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

R = 19.51%
G = 33.84%
B = 46.65%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#406F99 (or 0x406F99) is known color: Lochmara. HEX triplet: 40, 6F and 99. RGB value is (64,111,153). Sum of RGB (Red+Green+Blue) = 64+111+153=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #406F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406F99 is #BF9066. Grayscale: #656565. Windows color (decimal): -12554343 or 10055488. OLE color: 10055488.

HSL color Cylindrical-coordinate representation of color #406F99: hue angle of 208.31º 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 #406F99 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 111 153 -
CMYK 0.58 0.27 0 0.4
HSL 208.31º 0.41% 0.43% -
HSV(B) 208.31º 0.58% 0.6% -
XYZ 13.55 14.76 32.27 -
YUV 101.74 156.93 101.08 -
System Red Green Blue C M Y K H S L
Decimal 64 111 153 0.58 0.27 0 0.4 208.31 0.41 0.43
Hex 40 6F 99 3A 1B 0 28 D0 29 2B
Octal 100 157 231 72 33 0 50 320 51 53
Binary 1000000 1101111 10011001 111010 11011 0 101000 11010000 101001 101011

Color Harmonies of #406F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F99

Black with #406F99

Text Example


Text Example

White with #406F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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