Html Css Color HEX #406CD6 Royal Blue

📋 copy color: '#406CD6'

red 64 ◦ green 108 ◦ blue 214

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

Shades of Royal Blue #406CD6

Tints of Royal Blue #406CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.44%

R = 16.58%
G = 27.98%
B = 55.44%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#406CD6 (or 0x406CD6) is known color: Royal Blue. HEX triplet: 40, 6C and D6. RGB value is (64,108,214). Sum of RGB (Red+Green+Blue) = 64+108+214=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #406CD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CD6 is #BF9329. Grayscale: #6A6A6A. Windows color (decimal): -12555050 or 14052416. OLE color: 14052416.

HSL color Cylindrical-coordinate representation of color #406CD6: hue angle of 222.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #406CD6 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 64 108 214 -
CMYK 0.70 0.50 0 0.16
HSL 222.4º 0.65% 0.55% -
HSV(B) 222.4º 0.7% 0.84% -
XYZ 19.61 16.67 65.8 -
YUV 106.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 64 108 214 0.70 0.50 0 0.16 222.4 0.65 0.55
Hex 40 6C D6 46 32 0 10 DE 41 37
Octal 100 154 326 106 62 0 20 336 101 67
Binary 1000000 1101100 11010110 1000110 110010 0 10000 11011110 1000001 110111

Color Harmonies of #406CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CD6

Black with #406CD6

Text Example


Text Example

White with #406CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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