#665BFC

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

Shades of Medium Slate Blue #665BFC

Tints of Medium Slate Blue #665BFC

Color information

#665BFC (or 0x665BFC) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 5B and FC. RGB value is (102,91,252). Sum of RGB (Red+Green+Blue) = 102+91+252=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #665BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #665BFC is #99A403. Grayscale: #707070. Windows color (decimal): -10068996 or 16538470. OLE color: 16538470.

HSL color Cylindrical-coordinate representation of color #665BFC: hue angle of 244.1º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #665BFC is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10291252-
CMYK0.600.6400.01
HSL244.1º96.41%67.25%-
HSV(B)244.1º63.89%98.82%-
XYZ26.7917.3494.03-
YUV112.64206.64120.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 91 (35.94% from 255) = 20.45%
BLUE value IS 252 (98.83% from 255) = 56.63%
R=22.92%
G=20.45%
B=56.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal102912520.600.6400.01244.196.4167.25
Hex665BFC3C4001f46043
Octal1461333747410001364140103
Binary11001101011011111111001111001000000011111010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,252); }

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

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

 a { background-color: rgb(102,91,252); }

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

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

 span { border-color: rgb(102,91,252); }

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