#606EFA

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

Shades of Medium Slate Blue #606EFA

Tints of Medium Slate Blue #606EFA

Color information

#606EFA (or 0x606EFA) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6E and FA. RGB value is (96,110,250). Sum of RGB (Red+Green+Blue) = 96+110+250=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #606EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EFA is #9F9105. Grayscale: #797979. Windows color (decimal): -10457350 or 16412256. OLE color: 16412256.

HSL color Cylindrical-coordinate representation of color #606EFA: hue angle of 234.55º 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 #606EFA is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96110250-
CMYK0.620.5600.02
HSL234.55º93.9%67.84%-
HSV(B)234.55º61.6%98.04%-
XYZ27.6620.5492.95-
YUV121.77200.36109.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 250 (98.05% from 255) = 54.82%
R=21.05%
G=24.12%
B=54.82%

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
Decimal961102500.620.5600.02234.5593.967.84
Hex606EFA3E3802eb5e44
Octal140156372767002353136104
Binary11000001101110111110101111101110000101110101110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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