#6275D9

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

Shades of Royal Blue #6275D9

Tints of Royal Blue #6275D9

Color information

#6275D9 (or 0x6275D9) is unknown color: approx Royal Blue. HEX triplet: 62, 75 and D9. RGB value is (98,117,217). Sum of RGB (Red+Green+Blue) = 98+117+217=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #6275D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6275D9 is #9D8A26. Grayscale: #7A7A7A. Windows color (decimal): -10324519 or 14251362. OLE color: 14251362.

HSL color Cylindrical-coordinate representation of color #6275D9: hue angle of 230.42º 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 #6275D9 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB98117217-
CMYK0.550.4600.15
HSL230.42º61.03%61.76%-
HSV(B)230.42º54.84%85.1%-
XYZ23.9220.3368.31-
YUV122.72181.21110.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.69%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 217 (85.16% from 255) = 50.23%
R=22.69%
G=27.08%
B=50.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal981172170.550.4600.15230.4261.0361.76
Hex6275D9372E0Fe63d3e
Octal14216533167560173467576
Binary11000101110101110110011101111011100111111100110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6275D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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