#6172DA

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

Shades of Royal Blue #6172DA

Tints of Royal Blue #6172DA

Color information

#6172DA (or 0x6172DA) is unknown color: approx Royal Blue. HEX triplet: 61, 72 and DA. RGB value is (97,114,218). Sum of RGB (Red+Green+Blue) = 97+114+218=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #6172DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6172DA is #9E8D25. Grayscale: #787878. Windows color (decimal): -10390822 or 14316129. OLE color: 14316129.

HSL color Cylindrical-coordinate representation of color #6172DA: hue angle of 231.57º 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 #6172DA is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97114218-
CMYK0.560.4800.15
HSL231.57º62.05%61.76%-
HSV(B)231.57º55.5%85.49%-
XYZ23.619.6468.88-
YUV120.77182.87111.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=22.61%
G=26.57%
B=50.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971142180.560.4800.15231.5762.0561.76
Hex6172DA38300Fe83e3e
Octal14116233270600173507676
Binary11000011110010110110101110001100000111111101000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6172DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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