#606DFE

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

Shades of Medium Slate Blue #606DFE

Tints of Medium Slate Blue #606DFE

Color information

#606DFE (or 0x606DFE) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6D and FE. RGB value is (96,109,254). Sum of RGB (Red+Green+Blue) = 96+109+254=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #606DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DFE is #9F9201. Grayscale: #797979. Windows color (decimal): -10457602 or 16674144. OLE color: 16674144.

HSL color Cylindrical-coordinate representation of color #606DFE: hue angle of 235.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606DFE is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96109254-
CMYK0.620.5700.00
HSL235.06º98.75%68.63%-
HSV(B)235.06º62.2%99.61%-
XYZ28.1820.5896.25-
YUV121.64202.69109.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.92%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 254 (99.61% from 255) = 55.34%
R=20.92%
G=23.75%
B=55.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal961092540.620.5700.00235.0698.7568.63
Hex606DFE3E3900eb6345
Octal140155376767100353143105
Binary1100000110110111111110111110111001001110101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606DFE; }

 p { color: rgb(96,109,254); }

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

<style>
 a { background-color: #606DFE; }

 a { background-color: rgb(96,109,254); }

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

<style>
 span { border-color: #606DFE; }

 span { border-color: rgb(96,109,254); }

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