#665AD9

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

Shades of Slate Blue #665AD9

Tints of Slate Blue #665AD9

Color information

#665AD9 (or 0x665AD9) is unknown color: approx Slate Blue. HEX triplet: 66, 5A and D9. RGB value is (102,90,217). Sum of RGB (Red+Green+Blue) = 102+90+217=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 217 (85.16% from 255 or 53.06% from 409); Max value from RGB is 217 - color contains mainly: blue. Hex color #665AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AD9 is #99A526. Grayscale: #6B6B6B. Windows color (decimal): -10069287 or 14244454. OLE color: 14244454.

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

Color convert

RGB10290217-
CMYK0.530.5900.15
HSL245.67º62.56%60.2%-
HSV(B)245.67º58.53%85.1%-
XYZ21.6615.1567.43-
YUV108.07189.48123.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 217 (85.16% from 255) = 53.06%
R=24.94%
G=22.00%
B=53.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102902170.530.5900.15245.6762.5660.2
Hex665AD9353B0Ff63f3c
Octal14613233165730173667774
Binary11001101011010110110011101011110110111111110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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