#606BEC

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

Shades of Medium Slate Blue #606BEC

Tints of Medium Slate Blue #606BEC

Color information

#606BEC (or 0x606BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6B and EC. RGB value is (96,107,236). Sum of RGB (Red+Green+Blue) = 96+107+236=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #606BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BEC is #9F9413. Grayscale: #757575. Windows color (decimal): -10458132 or 15493984. OLE color: 15493984.

HSL color Cylindrical-coordinate representation of color #606BEC: hue angle of 235.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #606BEC is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96107236-
CMYK0.590.5500.07
HSL235.29º78.65%65.1%-
HSV(B)235.29º59.32%92.55%-
XYZ25.2219.0681.71-
YUV118.42194.36112.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.87%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 236 (92.58% from 255) = 53.76%
R=21.87%
G=24.37%
B=53.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961072360.590.5500.07235.2978.6565.1
Hex606BEC3B3707eb4f41
Octal140153354736707353117101
Binary110000011010111110110011101111011101111110101110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,107,236); }

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

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

 a { background-color: rgb(96,107,236); }

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

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

 span { border-color: rgb(96,107,236); }

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