#6375DB

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

Shades of Royal Blue #6375DB

Tints of Royal Blue #6375DB

Color information

#6375DB (or 0x6375DB) is unknown color: approx Royal Blue. HEX triplet: 63, 75 and DB. RGB value is (99,117,219). Sum of RGB (Red+Green+Blue) = 99+117+219=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #6375DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375DB is #9C8A24. Grayscale: #7A7A7A. Windows color (decimal): -10258981 or 14382435. OLE color: 14382435.

HSL color Cylindrical-coordinate representation of color #6375DB: hue angle of 231º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6375DB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB99117219-
CMYK0.550.4700.14
HSL231º62.5%62.35%-
HSV(B)231º54.79%85.88%-
XYZ24.2920.4969.69-
YUV123.25182.04110.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.76%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 219 (85.94% from 255) = 50.34%
R=22.76%
G=26.90%
B=50.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991172190.550.4700.1423162.562.35
Hex6375DB372F0Ee73e3e
Octal14316533367570163477676
Binary11000111110101110110111101111011110111011100111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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