#606de3

Color #606DE3 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #606DE3

Tints of Royal Blue #606DE3

Color information

#606DE3 (or 0x606DE3) is unknown color: approx Royal Blue. HEX triplet: 60, 6D and E3. RGB value is (96,109,227). Sum of RGB (Red+Green+Blue) = 96+109+227=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 227 (89.06% from 255 or 52.55% from 432); Max value from RGB is 227 - color contains mainly: blue. Hex color #606DE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DE3 is #9F921C. Grayscale: #767676. Windows color (decimal): -10457629 or 14904672. OLE color: 14904672.

HSL color Cylindrical-coordinate representation of color #606DE3: hue angle of 234.05º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606DE3 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96109227-
CMYK0.580.5200.11
HSL234.05º70.05%63.33%-
HSV(B)234.05º57.71%89.02%-
XYZ24.1618.9775.06-
YUV118.56189.19111.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 227 (89.06% from 255) = 52.55%
R=22.22%
G=25.23%
B=52.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961092270.580.5200.11234.0570.0563.33
Hex606DE33A340Bea463f
Octal140155343726401335210677
Binary110000011011011110001111101011010001011111010101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606de3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,227); }

 H1.HeaderClassName
 {
   color: #606de3;
 }
 .AnyTagClassName
 {
   color: #606de3;
 }
</style>
background-color css

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

 a { background-color: rgb(96,109,227); }

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

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

 span { border-color: rgb(96,109,227); }

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