#606DFA

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

Shades of Medium Slate Blue #606DFA

Tints of Medium Slate Blue #606DFA

Color information

#606DFA (or 0x606DFA) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6D and FA. RGB value is (96,109,250). Sum of RGB (Red+Green+Blue) = 96+109+250=455 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.10% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #606DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DFA is #9F9205. Grayscale: #787878. Windows color (decimal): -10457606 or 16412000. OLE color: 16412000.

HSL color Cylindrical-coordinate representation of color #606DFA: hue angle of 234.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606DFA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96109250-
CMYK0.620.5600.02
HSL234.94º93.9%67.84%-
HSV(B)234.94º61.6%98.04%-
XYZ27.5520.3392.91-
YUV121.19200.69110.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.10%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 250 (98.05% from 255) = 54.95%
R=21.10%
G=23.96%
B=54.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961092500.620.5600.02234.9493.967.84
Hex606DFA3E3802eb5e44
Octal140155372767002353136104
Binary11000001101101111110101111101110000101110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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