Html Css Color HEX #606EE5 Royal Blue

📋 copy color: '#606EE5'

red 96 ◦ green 110 ◦ blue 229

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

Shades of Royal Blue #606EE5

Tints of Royal Blue #606EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 52.64%

R = 22.07%
G = 25.29%
B = 52.64%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#606EE5 (or 0x606EE5) is known color: Royal Blue. HEX triplet: 60, 6E and E5. RGB value is (96,110,229). Sum of RGB (Red+Green+Blue) = 96+110+229=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #606EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EE5 is #9F911A. Grayscale: #767676. Windows color (decimal): -10457371 or 15036000. OLE color: 15036000.

HSL color Cylindrical-coordinate representation of color #606EE5: hue angle of 233.68º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606EE5 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 110 229 -
CMYK 0.58 0.52 0 0.10
HSL 233.68º 0.72% 0.64% -
HSV(B) 233.68º 0.58% 0.9% -
XYZ 24.54 19.3 76.56 -
YUV 119.38 189.86 111.32 -
System Red Green Blue C M Y K H S L
Decimal 96 110 229 0.58 0.52 0 0.10 233.68 0.72 0.64
Hex 60 6E E5 3A 34 0 A EA 48 40
Octal 140 156 345 72 64 0 12 352 110 100
Binary 1100000 1101110 11100101 111010 110100 0 1010 11101010 1001000 1000000

Color Harmonies of #606EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EE5

Black with #606EE5

Text Example


Text Example

White with #606EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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