#664FD3

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

Shades of Slate Blue #664FD3

Tints of Slate Blue #664FD3

Color information

#664FD3 (or 0x664FD3) is unknown color: approx Slate Blue. HEX triplet: 66, 4F and D3. RGB value is (102,79,211). Sum of RGB (Red+Green+Blue) = 102+79+211=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #664FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FD3 is #99B02C. Grayscale: #646464. Windows color (decimal): -10072109 or 13848422. OLE color: 13848422.

HSL color Cylindrical-coordinate representation of color #664FD3: hue angle of 250.45º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664FD3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10279211-
CMYK0.520.6300.17
HSL250.45º60%56.86%-
HSV(B)250.45º62.56%82.75%-
XYZ20.0313.1263.1-
YUV100.92190.12128.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 211 (82.81% from 255) = 53.83%
R=26.02%
G=20.15%
B=53.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal102792110.520.6300.17250.456056.86
Hex664FD3343F011fa3c39
Octal14611732364770213727471
Binary110011010011111101001111010011111101000111111010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664FD3; }

 p { color: rgb(102,79,211); }

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

<style>
 a { background-color: #664FD3; }

 a { background-color: rgb(102,79,211); }

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

<style>
 span { border-color: #664FD3; }

 span { border-color: rgb(102,79,211); }

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