#646bdc

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

Shades of Slate Blue #646BDC

Tints of Slate Blue #646BDC

Color information

#646BDC (or 0x646BDC) is unknown color: approx Slate Blue. HEX triplet: 64, 6B and DC. RGB value is (100,107,220). Sum of RGB (Red+Green+Blue) = 100+107+220=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #646BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BDC is #9B9423. Grayscale: #757575. Windows color (decimal): -10196004 or 14445412. OLE color: 14445412.

HSL color Cylindrical-coordinate representation of color #646BDC: hue angle of 236.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646BDC is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100107220-
CMYK0.550.5100.14
HSL236.5º63.16%62.75%-
HSV(B)236.5º54.55%86.27%-
XYZ23.4318.3970.03-
YUV117.79185.68115.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.42%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 51.52%
R=23.42%
G=25.06%
B=51.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001072200.550.5100.14236.563.1662.75
Hex646BDC37330Eec3f3f
Octal14415333467630163547777
Binary11001001101011110111001101111100110111011101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,220); }

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

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

 a { background-color: rgb(100,107,220); }

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

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

 span { border-color: rgb(100,107,220); }

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