Html Css Color HEX #606FDD Royal Blue

📋 copy color: '#606FDD'

red 96 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #606FDD

Tints of Royal Blue #606FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.93%

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

R = 22.43%
G = 25.93%
B = 51.64%

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

#606FDD (or 0x606FDD) is known color: Royal Blue. HEX triplet: 60, 6F and DD. RGB value is (96,111,221). Sum of RGB (Red+Green+Blue) = 96+111+221=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #606FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FDD is #9F9022. Grayscale: #767676. Windows color (decimal): -10457123 or 14511968. OLE color: 14511968.

HSL color Cylindrical-coordinate representation of color #606FDD: hue angle of 232.8º 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 #606FDD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 111 221 -
CMYK 0.57 0.50 0 0.13
HSL 232.8º 0.65% 0.62% -
HSV(B) 232.8º 0.57% 0.87% -
XYZ 23.56 19.08 70.85 -
YUV 119.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 96 111 221 0.57 0.50 0 0.13 232.8 0.65 0.62
Hex 60 6F DD 39 32 0 D E9 41 3E
Octal 140 157 335 71 62 0 15 351 101 76
Binary 1100000 1101111 11011101 111001 110010 0 1101 11101001 1000001 111110

Color Harmonies of #606FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FDD

Black with #606FDD

Text Example


Text Example

White with #606FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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