Html Css Color HEX #406ECE Royal Blue

📋 copy color: '#406ECE'

red 64 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #406ECE

Tints of Royal Blue #406ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 16.84%
G = 28.95%
B = 54.21%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406ECE (or 0x406ECE) is known color: Royal Blue. HEX triplet: 40, 6E and CE. RGB value is (64,110,206). Sum of RGB (Red+Green+Blue) = 64+110+206=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #406ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406ECE is #BF9131. Grayscale: #6A6A6A. Windows color (decimal): -12554546 or 13528640. OLE color: 13528640.

HSL color Cylindrical-coordinate representation of color #406ECE: hue angle of 220.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #406ECE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 110 206 -
CMYK 0.69 0.47 0 0.19
HSL 220.56º 0.59% 0.53% -
HSV(B) 220.56º 0.69% 0.81% -
XYZ 18.83 16.7 60.62 -
YUV 107.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 64 110 206 0.69 0.47 0 0.19 220.56 0.59 0.53
Hex 40 6E CE 45 2F 0 13 DD 3B 35
Octal 100 156 316 105 57 0 23 335 73 65
Binary 1000000 1101110 11001110 1000101 101111 0 10011 11011101 111011 110101

Color Harmonies of #406ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406ECE

Black with #406ECE

Text Example


Text Example

White with #406ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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