Html Css Color HEX #606EDD Royal Blue

📋 copy color: '#606EDD'

red 96 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #606EDD

Tints of Royal Blue #606EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.76%

R = 22.48%
G = 25.76%
B = 51.76%

CMYK

 C value IS 0.57

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#606EDD (or 0x606EDD) is known color: Royal Blue. HEX triplet: 60, 6E and DD. RGB value is (96,110,221). Sum of RGB (Red+Green+Blue) = 96+110+221=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #606EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606EDD is #9F9122. Grayscale: #767676. Windows color (decimal): -10457379 or 14511712. OLE color: 14511712.

HSL color Cylindrical-coordinate representation of color #606EDD: hue angle of 233.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #606EDD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 110 221 -
CMYK 0.57 0.50 0 0.13
HSL 233.28º 0.65% 0.62% -
HSV(B) 233.28º 0.57% 0.87% -
XYZ 23.45 18.86 70.81 -
YUV 118.47 185.86 111.97 -
System Red Green Blue C M Y K H S L
Decimal 96 110 221 0.57 0.50 0 0.13 233.28 0.65 0.62
Hex 60 6E DD 39 32 0 D E9 41 3E
Octal 140 156 335 71 62 0 15 351 101 76
Binary 1100000 1101110 11011101 111001 110010 0 1101 11101001 1000001 111110

Color Harmonies of #606EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EDD

Black with #606EDD

Text Example


Text Example

White with #606EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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