Html Css Color HEX #406C97 Mariner

📋 copy color: '#406C97'

red 64 ◦ green 108 ◦ blue 151

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

Shades of Mariner #406C97

Tints of Mariner #406C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.75%

R = 19.81%
G = 33.44%
B = 46.75%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#406C97 (or 0x406C97) is known color: Mariner. HEX triplet: 40, 6C and 97. RGB value is (64,108,151). Sum of RGB (Red+Green+Blue) = 64+108+151=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 151 - color contains mainly: blue. Hex color #406C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406C97 is #BF9368. Grayscale: #636363. Windows color (decimal): -12555113 or 9923648. OLE color: 9923648.

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

Color convert

RGB 64 108 151 -
CMYK 0.58 0.28 0 0.41
HSL 209.66º 0.4% 0.42% -
HSV(B) 209.66º 0.58% 0.59% -
XYZ 13.06 14.05 31.3 -
YUV 99.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 64 108 151 0.58 0.28 0 0.41 209.66 0.4 0.42
Hex 40 6C 97 3A 1C 0 29 D2 28 2A
Octal 100 154 227 72 34 0 51 322 50 52
Binary 1000000 1101100 10010111 111010 11100 0 101001 11010010 101000 101010

Color Harmonies of #406C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C97

Black with #406C97

Text Example


Text Example

White with #406C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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