#664DDA

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

Shades of Slate Blue #664DDA

Tints of Slate Blue #664DDA

Color information

#664DDA (or 0x664DDA) is unknown color: approx Slate Blue. HEX triplet: 66, 4D and DA. RGB value is (102,77,218). Sum of RGB (Red+Green+Blue) = 102+77+218=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #664DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DDA is #99B225. Grayscale: #646464. Windows color (decimal): -10072614 or 14306662. OLE color: 14306662.

HSL color Cylindrical-coordinate representation of color #664DDA: hue angle of 250.64º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664DDA is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10277218-
CMYK0.530.6500.15
HSL250.64º65.58%57.84%-
HSV(B)250.64º64.68%85.49%-
XYZ20.7913.1967.78-
YUV100.55194.28129.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 77 (30.47% from 255) = 19.40%
BLUE value IS 218 (85.55% from 255) = 54.91%
R=25.69%
G=19.40%
B=54.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102772180.530.6500.15250.6465.5857.84
Hex664DDA35410Ffb423a
Octal1461153326510101737310272
Binary1100110100110111011010110101100000101111111110111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,77,218); }

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

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

 a { background-color: rgb(102,77,218); }

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

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

 span { border-color: rgb(102,77,218); }

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