#6475DE

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

Shades of Royal Blue #6475DE

Tints of Royal Blue #6475DE

Color information

#6475DE (or 0x6475DE) is unknown color: approx Royal Blue. HEX triplet: 64, 75 and DE. RGB value is (100,117,222). Sum of RGB (Red+Green+Blue) = 100+117+222=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #6475DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6475DE is #9B8A21. Grayscale: #7B7B7B. Windows color (decimal): -10193442 or 14579044. OLE color: 14579044.

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

Color convert

RGB100117222-
CMYK0.550.4700.13
HSL231.64º64.89%63.14%-
HSV(B)231.64º54.95%87.06%-
XYZ24.820.7171.8-
YUV123.89183.37110.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.78%
GREEN value IS 117 (46.09% from 255) = 26.65%
BLUE value IS 222 (87.11% from 255) = 50.57%
R=22.78%
G=26.65%
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
Decimal1001172220.550.4700.13231.6464.8963.14
Hex6475DE372F0De8413f
Octal144165336675701535010177
Binary110010011101011101111011011110111101101111010001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6475DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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