#6274DF

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

Shades of Royal Blue #6274DF

Tints of Royal Blue #6274DF

Color information

#6274DF (or 0x6274DF) is unknown color: approx Royal Blue. HEX triplet: 62, 74 and DF. RGB value is (98,116,223). Sum of RGB (Red+Green+Blue) = 98+116+223=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #6274DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274DF is #9D8B20. Grayscale: #7A7A7A. Windows color (decimal): -10324769 or 14644322. OLE color: 14644322.

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

Color convert

RGB98116223-
CMYK0.560.4800.13
HSL231.36º66.14%62.94%-
HSV(B)231.36º56.05%87.45%-
XYZ24.620.4272.46-
YUV122.82184.54110.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 223 (87.5% from 255) = 51.03%
R=22.43%
G=26.54%
B=51.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal981162230.560.4800.13231.3666.1462.94
Hex6274DF38300De7423f
Octal142164337706001534710277
Binary110001011101001101111111100011000001101111001111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6274DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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