Html Css Color HEX #606EE0 Royal Blue

📋 copy color: '#606EE0'

red 96 ◦ green 110 ◦ blue 224

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

Shades of Royal Blue #606EE0

Tints of Royal Blue #606EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 22.33%
G = 25.58%
B = 52.09%

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

#606EE0 (or 0x606EE0) is known color: Royal Blue. HEX triplet: 60, 6E and E0. RGB value is (96,110,224). Sum of RGB (Red+Green+Blue) = 96+110+224=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #606EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EE0 is #9F911F. Grayscale: #767676. Windows color (decimal): -10457376 or 14708320. OLE color: 14708320.

HSL color Cylindrical-coordinate representation of color #606EE0: hue angle of 233.44º degrees, saturation: 0.67, 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 #606EE0 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 110 224 -
CMYK 0.57 0.51 0 0.12
HSL 233.44º 0.67% 0.63% -
HSV(B) 233.44º 0.57% 0.88% -
XYZ 23.85 19.02 72.94 -
YUV 118.81 187.36 111.73 -
System Red Green Blue C M Y K H S L
Decimal 96 110 224 0.57 0.51 0 0.12 233.44 0.67 0.63
Hex 60 6E E0 39 33 0 C E9 43 3F
Octal 140 156 340 71 63 0 14 351 103 77
Binary 1100000 1101110 11100000 111001 110011 0 1100 11101001 1000011 111111

Color Harmonies of #606EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EE0

Black with #606EE0

Text Example


Text Example

White with #606EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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