#606BFA

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

Shades of Medium Slate Blue #606BFA

Tints of Medium Slate Blue #606BFA

Color information

#606BFA (or 0x606BFA) is unknown color: approx Medium Slate Blue. HEX triplet: 60, 6B and FA. RGB value is (96,107,250). Sum of RGB (Red+Green+Blue) = 96+107+250=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #606BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BFA is #9F9405. Grayscale: #777777. Windows color (decimal): -10458118 or 16411488. OLE color: 16411488.

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

Color convert

RGB96107250-
CMYK0.620.5700.02
HSL235.71º93.9%67.84%-
HSV(B)235.71º61.6%98.04%-
XYZ27.3419.992.84-
YUV120.01201.36110.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 250 (98.05% from 255) = 55.19%
R=21.19%
G=23.62%
B=55.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal961072500.620.5700.02235.7193.967.84
Hex606BFA3E3902ec5e44
Octal140153372767102354136104
Binary11000001101011111110101111101110010101110110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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