#646ACD

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

Shades of Slate Blue #646ACD

Tints of Slate Blue #646ACD

Color information

#646ACD (or 0x646ACD) is unknown color: approx Slate Blue. HEX triplet: 64, 6A and CD. RGB value is (100,106,205). Sum of RGB (Red+Green+Blue) = 100+106+205=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #646ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646ACD is #9B9532. Grayscale: #737373. Windows color (decimal): -10196275 or 13462116. OLE color: 13462116.

HSL color Cylindrical-coordinate representation of color #646ACD: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #646ACD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100106205-
CMYK0.510.4800.20
HSL236.57º51.22%59.8%-
HSV(B)236.57º51.22%80.39%-
XYZ21.4317.4359.99-
YUV115.49178.51116.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 106 (41.80% from 255) = 25.79%
BLUE value IS 205 (80.47% from 255) = 49.88%
R=24.33%
G=25.79%
B=49.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001062050.510.4800.20236.5751.2259.8
Hex646ACD3330014ed333c
Octal14415231563600243556374
Binary110010011010101100110111001111000001010011101101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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