Html Css Color HEX #606EE1 Royal Blue

📋 copy color: '#606EE1'

red 96 ◦ green 110 ◦ blue 225

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

Shades of Royal Blue #606EE1

Tints of Royal Blue #606EE1

RGB

 RED value IS 96 (37.89% from 255) = 22.27%

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 22.27%
G = 25.52%
B = 52.2%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#606EE1 (or 0x606EE1) is known color: Royal Blue. HEX triplet: 60, 6E and E1. RGB value is (96,110,225). Sum of RGB (Red+Green+Blue) = 96+110+225=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #606EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EE1 is #9F911E. Grayscale: #767676. Windows color (decimal): -10457375 or 14773856. OLE color: 14773856.

HSL color Cylindrical-coordinate representation of color #606EE1: hue angle of 233.49º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606EE1 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 110 225 -
CMYK 0.57 0.51 0 0.12
HSL 233.49º 0.68% 0.63% -
HSV(B) 233.49º 0.57% 0.88% -
XYZ 23.99 19.07 73.65 -
YUV 118.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 96 110 225 0.57 0.51 0 0.12 233.49 0.68 0.63
Hex 60 6E E1 39 33 0 C E9 44 3F
Octal 140 156 341 71 63 0 14 351 104 77
Binary 1100000 1101110 11100001 111001 110011 0 1100 11101001 1000100 111111

Color Harmonies of #606EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EE1

Black with #606EE1

Text Example


Text Example

White with #606EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606EE1; }

 p { color: rgb(96,110,225); }

 H1.HeaderClassName
 {
   color: #606EE1;
 }
 .AnyTagClassName
 {
   color: #606EE1;
 }
</style>

background-color css

<style>
 a { background-color: #606EE1; }

 a { background-color: rgb(96,110,225); }

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

border-color css

<style>
 span { border-color: #606EE1; }

 span { border-color: rgb(96,110,225); }

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