Html Css Color HEX #616FDD Royal Blue

📋 copy color: '#616FDD'

red 97 ◦ green 111 ◦ blue 221

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

Shades of Royal Blue #616FDD

Tints of Royal Blue #616FDD

RGB

 RED value IS 97 (38.28% from 255) = 22.61%

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

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

R = 22.61%
G = 25.87%
B = 51.52%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#616FDD (or 0x616FDD) is known color: Royal Blue. HEX triplet: 61, 6F and DD. RGB value is (97,111,221). Sum of RGB (Red+Green+Blue) = 97+111+221=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #616FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FDD is #9E9022. Grayscale: #767676. Windows color (decimal): -10391587 or 14511969. OLE color: 14511969.

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

Color convert

RGB 97 111 221 -
CMYK 0.56 0.50 0 0.13
HSL 233.23º 0.65% 0.62% -
HSV(B) 233.23º 0.56% 0.87% -
XYZ 23.67 19.13 70.85 -
YUV 119.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 97 111 221 0.56 0.50 0 0.13 233.23 0.65 0.62
Hex 61 6F DD 38 32 0 D E9 41 3E
Octal 141 157 335 70 62 0 15 351 101 76
Binary 1100001 1101111 11011101 111000 110010 0 1101 11101001 1000001 111110

Color Harmonies of #616FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FDD

Black with #616FDD

Text Example


Text Example

White with #616FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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