#606FFF

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

Shades of Medium Slate Blue #606FFF

Tints of Medium Slate Blue #606FFF

Color information

#606FFF (or 0x606FFF) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6F and FF. RGB value is (96,111,255). Sum of RGB (Red+Green+Blue) = 96+111+255=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #606FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFF is #9F9000. Grayscale: #7A7A7A. Windows color (decimal): -10457089 or 16740192. OLE color: 16740192.

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

Color convert

RGB96111255-
CMYK0.620.5600
HSL234.34º100%68.82%-
HSV(B)234.34º62.35%100%-
XYZ28.5621.0897.17-
YUV122.93202.53108.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.78%
GREEN value IS 111 (43.75% from 255) = 24.03%
BLUE value IS 255 (100% from 255) = 55.19%
R=20.78%
G=24.03%
B=55.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal961112550.620.5600234.3410068.82
Hex606FFF3E3800ea6445
Octal140157377767000352144105
Binary1100000110111111111111111110111000001110101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,255); }

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

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

 a { background-color: rgb(96,111,255); }

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

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

 span { border-color: rgb(96,111,255); }

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