#6470D5

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

Shades of Slate Blue #6470D5

Tints of Slate Blue #6470D5

Color information

#6470D5 (or 0x6470D5) is unknown color: approx Slate Blue. HEX triplet: 64, 70 and D5. RGB value is (100,112,213). Sum of RGB (Red+Green+Blue) = 100+112+213=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #6470D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470D5 is #9B8F2A. Grayscale: #777777. Windows color (decimal): -10194731 or 13987940. OLE color: 13987940.

HSL color Cylindrical-coordinate representation of color #6470D5: hue angle of 233.63º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6470D5 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100112213-
CMYK0.530.4700.16
HSL233.63º57.36%61.37%-
HSV(B)233.63º53.05%83.53%-
XYZ23.0619.165.42-
YUV119.93180.52113.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.53%
GREEN value IS 112 (44.14% from 255) = 26.35%
BLUE value IS 213 (83.59% from 255) = 50.12%
R=23.53%
G=26.35%
B=50.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001122130.530.4700.16233.6357.3661.37
Hex6470D5352F010ea393d
Octal14416032565570203527175
Binary110010011100001101010111010110111101000011101010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6470D5; }

 p { color: rgb(100,112,213); }

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

<style>
 a { background-color: #6470D5; }

 a { background-color: rgb(100,112,213); }

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

<style>
 span { border-color: #6470D5; }

 span { border-color: rgb(100,112,213); }

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