#664ADF

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

Shades of Slate Blue #664ADF

Tints of Slate Blue #664ADF

Color information

#664ADF (or 0x664ADF) is unknown color: approx Slate Blue. HEX triplet: 66, 4A and DF. RGB value is (102,74,223). Sum of RGB (Red+Green+Blue) = 102+74+223=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #664ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ADF is #99B520. Grayscale: #626262. Windows color (decimal): -10073377 or 14633574. OLE color: 14633574.

HSL color Cylindrical-coordinate representation of color #664ADF: hue angle of 251.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664ADF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10274223-
CMYK0.540.6700.13
HSL251.28º69.95%58.24%-
HSV(B)251.28º66.82%87.45%-
XYZ21.2513.0571.21-
YUV99.36197.78129.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 74 (29.30% from 255) = 18.55%
BLUE value IS 223 (87.5% from 255) = 55.89%
R=25.56%
G=18.55%
B=55.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102742230.540.6700.13251.2869.9558.24
Hex664ADF36430Dfb463a
Octal1461123376610301537310672
Binary1100110100101011011111110110100001101101111110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,74,223); }

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

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

 a { background-color: rgb(102,74,223); }

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

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

 span { border-color: rgb(102,74,223); }

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