#644BC7

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

Shades of Slate Blue #644BC7

Tints of Slate Blue #644BC7

Color information

#644BC7 (or 0x644BC7) is unknown color: approx Slate Blue. HEX triplet: 64, 4B and C7. RGB value is (100,75,199). Sum of RGB (Red+Green+Blue) = 100+75+199=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #644BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #644BC7 is #9BB438. Grayscale: #606060. Windows color (decimal): -10204217 or 13060964. OLE color: 13060964.

HSL color Cylindrical-coordinate representation of color #644BC7: hue angle of 252.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #644BC7 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10075199-
CMYK0.500.6200.22
HSL252.1º52.54%53.73%-
HSV(B)252.1º62.31%78.04%-
XYZ18.0811.8755.37-
YUV96.61185.78130.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.74%
GREEN value IS 75 (29.69% from 255) = 20.05%
BLUE value IS 199 (78.12% from 255) = 53.21%
R=26.74%
G=20.05%
B=53.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal100751990.500.6200.22252.152.5453.73
Hex644BC7323E016fc3536
Octal14411330762760263746566
Binary110010010010111100011111001011111001011011111100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,75,199); }

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

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

 a { background-color: rgb(100,75,199); }

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

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

 span { border-color: rgb(100,75,199); }

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