#665DE1

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

Shades of Slate Blue #665DE1

Tints of Slate Blue #665DE1

Color information

#665DE1 (or 0x665DE1) is unknown color: approx Slate Blue. HEX triplet: 66, 5D and E1. RGB value is (102,93,225). Sum of RGB (Red+Green+Blue) = 102+93+225=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #665DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DE1 is #99A21E. Grayscale: #6E6E6E. Windows color (decimal): -10068511 or 14769510. OLE color: 14769510.

HSL color Cylindrical-coordinate representation of color #665DE1: hue angle of 244.09º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #665DE1 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10293225-
CMYK0.550.5900.12
HSL244.09º68.75%62.35%-
HSV(B)244.09º58.67%88.24%-
XYZ22.9816.0973.13-
YUV110.74192.48121.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 225 (88.28% from 255) = 53.57%
R=24.29%
G=22.14%
B=53.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal102932250.550.5900.12244.0968.7562.35
Hex665DE1373B0Cf4453e
Octal146135341677301436410576
Binary110011010111011110000111011111101101100111101001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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