#6473DD

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

Shades of Slate Blue #6473DD

Tints of Slate Blue #6473DD

Color information

#6473DD (or 0x6473DD) is unknown color: approx Slate Blue. HEX triplet: 64, 73 and DD. RGB value is (100,115,221). Sum of RGB (Red+Green+Blue) = 100+115+221=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #6473DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473DD is #9B8C22. Grayscale: #7A7A7A. Windows color (decimal): -10193955 or 14512996. OLE color: 14512996.

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

Color convert

RGB100115221-
CMYK0.550.4800.13
HSL232.56º64.02%62.94%-
HSV(B)232.56º54.75%86.67%-
XYZ24.4420.1971.02-
YUV122.6183.53111.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=22.94%
G=26.38%
B=50.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001152210.550.4800.13232.5664.0262.94
Hex6473DD37300De9403f
Octal144163335676001535110077
Binary110010011100111101110111011111000001101111010011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6473DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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