#6173DA

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

Shades of Royal Blue #6173DA

Tints of Royal Blue #6173DA

Color information

#6173DA (or 0x6173DA) is unknown color: approx Royal Blue. HEX triplet: 61, 73 and DA. RGB value is (97,115,218). Sum of RGB (Red+Green+Blue) = 97+115+218=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #6173DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6173DA is #9E8C25. Grayscale: #787878. Windows color (decimal): -10390566 or 14316385. OLE color: 14316385.

HSL color Cylindrical-coordinate representation of color #6173DA: hue angle of 231.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6173DA is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97115218-
CMYK0.560.4700.15
HSL231.07º62.05%61.76%-
HSV(B)231.07º55.5%85.49%-
XYZ23.7219.8668.91-
YUV121.36182.54110.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.56%
GREEN value IS 115 (45.31% from 255) = 26.74%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=22.56%
G=26.74%
B=50.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971152180.560.4700.15231.0762.0561.76
Hex6173DA382F0Fe73e3e
Octal14116333270570173477676
Binary11000011110011110110101110001011110111111100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6173DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6173DA; }

 p { color: rgb(97,115,218); }

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

<style>
 a { background-color: #6173DA; }

 a { background-color: rgb(97,115,218); }

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

<style>
 span { border-color: #6173DA; }

 span { border-color: rgb(97,115,218); }

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