#665FD9

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

Shades of Slate Blue #665FD9

Tints of Slate Blue #665FD9

Color information

#665FD9 (or 0x665FD9) is unknown color: approx Slate Blue. HEX triplet: 66, 5F and D9. RGB value is (102,95,217). Sum of RGB (Red+Green+Blue) = 102+95+217=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #665FD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FD9 is #99A026. Grayscale: #6E6E6E. Windows color (decimal): -10068007 or 14245734. OLE color: 14245734.

HSL color Cylindrical-coordinate representation of color #665FD9: hue angle of 243.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #665FD9 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10295217-
CMYK0.530.5600.15
HSL243.44º61.62%61.18%-
HSV(B)243.44º56.22%85.1%-
XYZ22.116.0267.57-
YUV111187.82121.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.64%
GREEN value IS 95 (37.5% from 255) = 22.95%
BLUE value IS 217 (85.16% from 255) = 52.42%
R=24.64%
G=22.95%
B=52.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102952170.530.5600.15243.4461.6261.18
Hex665FD935380Ff33e3d
Octal14613733165700173637675
Binary11001101011111110110011101011110000111111110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665FD9; }

 p { color: rgb(102,95,217); }

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

<style>
 a { background-color: #665FD9; }

 a { background-color: rgb(102,95,217); }

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

<style>
 span { border-color: #665FD9; }

 span { border-color: rgb(102,95,217); }

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