#644CA3

Color #644CA3 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #644CA3

Tints of Studio #644CA3

Color information

#644CA3 (or 0x644CA3) is unknown color: approx Studio. HEX triplet: 64, 4C and A3. RGB value is (100,76,163). Sum of RGB (Red+Green+Blue) = 100+76+163=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 163 (64.06% from 255 or 48.08% from 339); Max value from RGB is 163 - color contains mainly: blue. Hex color #644CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644CA3 is #9BB35C. Grayscale: #5C5C5C. Windows color (decimal): -10203997 or 10701924. OLE color: 10701924.

HSL color Cylindrical-coordinate representation of color #644CA3: hue angle of 256.55º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #644CA3 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10076163-
CMYK0.390.5300.36
HSL256.55º36.4%46.86%-
HSV(B)256.55º53.37%63.92%-
XYZ14.4510.5235.92-
YUV93.09167.45132.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 163 (64.06% from 255) = 48.08%
R=29.50%
G=22.42%
B=48.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100761630.390.5300.36256.5536.446.86
Hex644CA32735024101242f
Octal14411424347650444014457
Binary11001001001100101000111001111101010100100100000001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644CA3; }

 p { color: rgb(100,76,163); }

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

<style>
 a { background-color: #644CA3; }

 a { background-color: rgb(100,76,163); }

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

<style>
 span { border-color: #644CA3; }

 span { border-color: rgb(100,76,163); }

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