#6274D9

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

Shades of Royal Blue #6274D9

Tints of Royal Blue #6274D9

Color information

#6274D9 (or 0x6274D9) is unknown color: approx Royal Blue. HEX triplet: 62, 74 and D9. RGB value is (98,116,217). Sum of RGB (Red+Green+Blue) = 98+116+217=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 217 (85.16% from 255 or 50.35% from 431); Max value from RGB is 217 - color contains mainly: blue. Hex color #6274D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274D9 is #9D8B26. Grayscale: #797979. Windows color (decimal): -10324775 or 14251106. OLE color: 14251106.

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

Color convert

RGB98116217-
CMYK0.550.4700.15
HSL230.92º61.03%61.76%-
HSV(B)230.92º54.84%85.1%-
XYZ23.8120.168.27-
YUV122.13181.54110.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 116 (45.70% from 255) = 26.91%
BLUE value IS 217 (85.16% from 255) = 50.35%
R=22.74%
G=26.91%
B=50.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981162170.550.4700.15230.9261.0361.76
Hex6274D9372F0Fe73d3e
Octal14216433167570173477576
Binary11000101110100110110011101111011110111111100111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6274D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6274D9; }

 p { color: rgb(98,116,217); }

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

<style>
 a { background-color: #6274D9; }

 a { background-color: rgb(98,116,217); }

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

<style>
 span { border-color: #6274D9; }

 span { border-color: rgb(98,116,217); }

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