#606AF7

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

Shades of Medium Slate Blue #606AF7

Tints of Medium Slate Blue #606AF7

Color information

#606AF7 (or 0x606AF7) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6A and F7. RGB value is (96,106,247). Sum of RGB (Red+Green+Blue) = 96+106+247=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #606AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606AF7 is #9F9508. Grayscale: #767676. Windows color (decimal): -10458377 or 16214624. OLE color: 16214624.

HSL color Cylindrical-coordinate representation of color #606AF7: hue angle of 236.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606AF7 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96106247-
CMYK0.610.5700.03
HSL236.03º90.42%67.25%-
HSV(B)236.03º61.13%96.86%-
XYZ26.7719.5190.35-
YUV119.08200.19111.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.38%
GREEN value IS 106 (41.80% from 255) = 23.61%
BLUE value IS 247 (96.88% from 255) = 55.01%
R=21.38%
G=23.61%
B=55.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal961062470.610.5700.03236.0390.4267.25
Hex606AF73D3903ec5a43
Octal140152367757103354132103
Binary11000001101010111101111111011110010111110110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,106,247); }

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

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

 a { background-color: rgb(96,106,247); }

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

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

 span { border-color: rgb(96,106,247); }

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