#665DDA

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

Shades of Slate Blue #665DDA

Tints of Slate Blue #665DDA

Color information

#665DDA (or 0x665DDA) is unknown color: approx Slate Blue. HEX triplet: 66, 5D and DA. RGB value is (102,93,218). Sum of RGB (Red+Green+Blue) = 102+93+218=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #665DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DDA is #99A225. Grayscale: #6D6D6D. Windows color (decimal): -10068518 or 14310758. OLE color: 14310758.

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

Color convert

RGB10293218-
CMYK0.530.5700.15
HSL244.32º62.81%60.98%-
HSV(B)244.32º57.34%85.49%-
XYZ22.0515.7268.2-
YUV109.94188.98122.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 93 (36.72% from 255) = 22.52%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=24.70%
G=22.52%
B=52.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal102932180.530.5700.15244.3262.8160.98
Hex665DDA35390Ff43f3d
Octal14613533265710173647775
Binary11001101011101110110101101011110010111111110100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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