#646CDE

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

Shades of Slate Blue #646CDE

Tints of Slate Blue #646CDE

Color information

#646CDE (or 0x646CDE) is unknown color: approx Slate Blue. HEX triplet: 64, 6C and DE. RGB value is (100,108,222). Sum of RGB (Red+Green+Blue) = 100+108+222=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #646CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CDE is #9B9321. Grayscale: #767676. Windows color (decimal): -10195746 or 14576740. OLE color: 14576740.

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

Color convert

RGB100108222-
CMYK0.550.5100.13
HSL236.07º64.89%63.14%-
HSV(B)236.07º54.95%87.06%-
XYZ23.818.7171.46-
YUV118.6186.35114.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 108 (42.58% from 255) = 25.12%
BLUE value IS 222 (87.11% from 255) = 51.63%
R=23.26%
G=25.12%
B=51.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1001082220.550.5100.13236.0764.8963.14
Hex646CDE37330Dec413f
Octal144154336676301535410177
Binary110010011011001101111011011111001101101111011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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