#665CF7

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

Shades of Medium Slate Blue #665CF7

Tints of Medium Slate Blue #665CF7

Color information

#665CF7 (or 0x665CF7) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 5C and F7. RGB value is (102,92,247). Sum of RGB (Red+Green+Blue) = 102+92+247=441 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.13% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #665CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665CF7 is #99A308. Grayscale: #707070. Windows color (decimal): -10068745 or 16211046. OLE color: 16211046.

HSL color Cylindrical-coordinate representation of color #665CF7: hue angle of 243.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #665CF7 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB10292247-
CMYK0.590.6300.03
HSL243.87º90.64%66.47%-
HSV(B)243.87º62.75%96.86%-
XYZ26.117.1989.94-
YUV112.66203.81120.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.13%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 247 (96.88% from 255) = 56.01%
R=23.13%
G=20.86%
B=56.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal102922470.590.6300.03243.8790.6466.47
Hex665CF73B3F03f45b42
Octal146134367737703364133102
Binary11001101011100111101111110111111110111111010010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,247); }

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

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

 a { background-color: rgb(102,92,247); }

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

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

 span { border-color: rgb(102,92,247); }

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