#646AD5

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

Shades of Slate Blue #646AD5

Tints of Slate Blue #646AD5

Color information

#646AD5 (or 0x646AD5) is unknown color: approx Slate Blue. HEX triplet: 64, 6A and D5. RGB value is (100,106,213). Sum of RGB (Red+Green+Blue) = 100+106+213=419 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.87% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #646AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646AD5 is #9B952A. Grayscale: #737373. Windows color (decimal): -10196267 or 13986404. OLE color: 13986404.

HSL color Cylindrical-coordinate representation of color #646AD5: hue angle of 236.81º 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 #646AD5 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100106213-
CMYK0.530.5000.16
HSL236.81º57.36%61.37%-
HSV(B)236.81º53.05%83.53%-
XYZ22.4217.8265.21-
YUV116.4182.51116.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.87%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 213 (83.59% from 255) = 50.84%
R=23.87%
G=25.30%
B=50.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001062130.530.5000.16236.8157.3661.37
Hex646AD53532010ed393d
Octal14415232565620203557175
Binary110010011010101101010111010111001001000011101101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646AD5; }

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

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

<style>
 a { background-color: #646AD5; }

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

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

<style>
 span { border-color: #646AD5; }

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

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