#6375dd

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

Shades of Royal Blue #6375DD

Tints of Royal Blue #6375DD

Color information

#6375DD (or 0x6375DD) is unknown color: approx Royal Blue. HEX triplet: 63, 75 and DD. RGB value is (99,117,221). Sum of RGB (Red+Green+Blue) = 99+117+221=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6375DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DD is #9C8A22. Grayscale: #7B7B7B. Windows color (decimal): -10258979 or 14513507. OLE color: 14513507.

HSL color Cylindrical-coordinate representation of color #6375DD: hue angle of 231.15º 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 #6375DD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB99117221-
CMYK0.550.4700.13
HSL231.15º64.21%62.75%-
HSV(B)231.15º55.2%86.67%-
XYZ24.5620.671.09-
YUV123.47183.04110.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.65%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=22.65%
G=26.77%
B=50.57%

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
Decimal991172210.550.4700.13231.1564.2162.75
Hex6375DD372F0De7403f
Octal143165335675701534710077
Binary110001111101011101110111011110111101101111001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6375dd; }

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

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

<style>
 a { background-color: #6375dd; }

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

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

<style>
 span { border-color: #6375dd; }

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

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