Html Css Color HEX #616EDF Royal Blue

📋 copy color: '#616EDF'

red 97 ◦ green 110 ◦ blue 223

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

Shades of Royal Blue #616EDF

Tints of Royal Blue #616EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 22.56%
G = 25.58%
B = 51.86%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#616EDF (or 0x616EDF) is known color: Royal Blue. HEX triplet: 61, 6E and DF. RGB value is (97,110,223). Sum of RGB (Red+Green+Blue) = 97+110+223=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #616EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616EDF is #9E9120. Grayscale: #767676. Windows color (decimal): -10391841 or 14642785. OLE color: 14642785.

HSL color Cylindrical-coordinate representation of color #616EDF: hue angle of 233.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #616EDF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 110 223 -
CMYK 0.57 0.51 0 0.13
HSL 233.81º 0.66% 0.63% -
HSV(B) 233.81º 0.57% 0.87% -
XYZ 23.82 19.02 72.23 -
YUV 119 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 97 110 223 0.57 0.51 0 0.13 233.81 0.66 0.63
Hex 61 6E DF 39 33 0 D EA 42 3F
Octal 141 156 337 71 63 0 15 352 102 77
Binary 1100001 1101110 11011111 111001 110011 0 1101 11101010 1000010 111111

Color Harmonies of #616EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616EDF

Black with #616EDF

Text Example


Text Example

White with #616EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,110,223); }

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

background-color css

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

 a { background-color: rgb(97,110,223); }

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

border-color css

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

 span { border-color: rgb(97,110,223); }

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