Html Css Color HEX #406EE6 Royal Blue

📋 copy color: '#406EE6'

red 64 ◦ green 110 ◦ blue 230

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

Shades of Royal Blue #406EE6

Tints of Royal Blue #406EE6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.23%

 BLUE value IS 230 (90.23% from 255) = 56.93%

R = 15.84%
G = 27.23%
B = 56.93%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#406EE6 (or 0x406EE6) is known color: Royal Blue. HEX triplet: 40, 6E and E6. RGB value is (64,110,230). Sum of RGB (Red+Green+Blue) = 64+110+230=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 230 (90.23% from 255 or 56.93% from 404); Max value from RGB is 230 - color contains mainly: blue. Hex color #406EE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406EE6 is #BF9119. Grayscale: #6D6D6D. Windows color (decimal): -12554522 or 15101504. OLE color: 15101504.

HSL color Cylindrical-coordinate representation of color #406EE6: hue angle of 223.37º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #406EE6 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 64 110 230 -
CMYK 0.72 0.52 0 0.10
HSL 223.37º 0.77% 0.58% -
HSV(B) 223.37º 0.72% 0.9% -
XYZ 21.97 17.96 77.17 -
YUV 109.93 195.76 95.24 -
System Red Green Blue C M Y K H S L
Decimal 64 110 230 0.72 0.52 0 0.10 223.37 0.77 0.58
Hex 40 6E E6 48 34 0 A DF 4D 3A
Octal 100 156 346 110 64 0 12 337 115 72
Binary 1000000 1101110 11100110 1001000 110100 0 1010 11011111 1001101 111010

Color Harmonies of #406EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EE6

Black with #406EE6

Text Example


Text Example

White with #406EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,110,230); }

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

background-color css

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

 a { background-color: rgb(64,110,230); }

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

border-color css

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

 span { border-color: rgb(64,110,230); }

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