Html Css Color HEX #406CCE Royal Blue

📋 copy color: '#406CCE'

red 64 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #406CCE

Tints of Royal Blue #406CCE

RGB

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

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

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

R = 16.93%
G = 28.57%
B = 54.5%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#406CCE (or 0x406CCE) is known color: Royal Blue. HEX triplet: 40, 6C and CE. RGB value is (64,108,206). Sum of RGB (Red+Green+Blue) = 64+108+206=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #406CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406CCE is #BF9331. Grayscale: #696969. Windows color (decimal): -12555058 or 13528128. OLE color: 13528128.

HSL color Cylindrical-coordinate representation of color #406CCE: hue angle of 221.41º 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 #406CCE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 108 206 -
CMYK 0.69 0.48 0 0.19
HSL 221.41º 0.59% 0.53% -
HSV(B) 221.41º 0.69% 0.81% -
XYZ 18.62 16.27 60.55 -
YUV 106.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 64 108 206 0.69 0.48 0 0.19 221.41 0.59 0.53
Hex 40 6C CE 45 30 0 13 DD 3B 35
Octal 100 154 316 105 60 0 23 335 73 65
Binary 1000000 1101100 11001110 1000101 110000 0 10011 11011101 111011 110101

Color Harmonies of #406CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406CCE

Black with #406CCE

Text Example


Text Example

White with #406CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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