#646BCF

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

Shades of Slate Blue #646BCF

Tints of Slate Blue #646BCF

Color information

#646BCF (or 0x646BCF) is unknown color: approx Slate Blue. HEX triplet: 64, 6B and CF. RGB value is (100,107,207). Sum of RGB (Red+Green+Blue) = 100+107+207=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #646BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BCF is #9B9430. Grayscale: #737373. Windows color (decimal): -10196017 or 13593444. OLE color: 13593444.

HSL color Cylindrical-coordinate representation of color #646BCF: hue angle of 236.07º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #646BCF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100107207-
CMYK0.520.4800.19
HSL236.07º52.71%60.2%-
HSV(B)236.07º51.69%81.18%-
XYZ21.7817.7361.31-
YUV116.31179.18116.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.15%
GREEN value IS 107 (42.19% from 255) = 25.85%
BLUE value IS 207 (81.25% from 255) = 50%
R=24.15%
G=25.85%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001072070.520.4800.19236.0752.7160.2
Hex646BCF3430013ec353c
Octal14415331764600233546574
Binary110010011010111100111111010011000001001111101100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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