#6475DD

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

Shades of Royal Blue #6475DD

Tints of Royal Blue #6475DD

Color information

#6475DD (or 0x6475DD) is unknown color: approx Royal Blue. HEX triplet: 64, 75 and DD. RGB value is (100,117,221). Sum of RGB (Red+Green+Blue) = 100+117+221=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6475DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475DD is #9B8A22. Grayscale: #7B7B7B. Windows color (decimal): -10193443 or 14513508. OLE color: 14513508.

HSL color Cylindrical-coordinate representation of color #6475DD: hue angle of 231.57º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6475DD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100117221-
CMYK0.550.4700.13
HSL231.57º64.02%62.94%-
HSV(B)231.57º54.75%86.67%-
XYZ24.6720.6571.09-
YUV123.77182.87111.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.83%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 221 (86.72% from 255) = 50.46%
R=22.83%
G=26.71%
B=50.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001172210.550.4700.13231.5764.0262.94
Hex6475DD372F0De8403f
Octal144165335675701535010077
Binary110010011101011101110111011110111101101111010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6475DD; }

 p { color: rgb(100,117,221); }

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

<style>
 a { background-color: #6475DD; }

 a { background-color: rgb(100,117,221); }

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

<style>
 span { border-color: #6475DD; }

 span { border-color: rgb(100,117,221); }

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