#664FD0

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

Shades of Slate Blue #664FD0

Tints of Slate Blue #664FD0

Color information

#664FD0 (or 0x664FD0) is unknown color: approx Slate Blue. HEX triplet: 66, 4F and D0. RGB value is (102,79,208). Sum of RGB (Red+Green+Blue) = 102+79+208=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #664FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FD0 is #99B02F. Grayscale: #646464. Windows color (decimal): -10072112 or 13651814. OLE color: 13651814.

HSL color Cylindrical-coordinate representation of color #664FD0: hue angle of 250.7º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664FD0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10279208-
CMYK0.510.6200.18
HSL250.7º57.85%56.27%-
HSV(B)250.7º62.02%81.57%-
XYZ19.6612.9761.14-
YUV100.58188.62129.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.22%
GREEN value IS 79 (31.25% from 255) = 20.31%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=26.22%
G=20.31%
B=53.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102792080.510.6200.18250.757.8556.27
Hex664FD0333E012fb3a38
Octal14611732063760223737270
Binary110011010011111101000011001111111001001011111011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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