#6670FC

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

Shades of Medium Slate Blue #6670FC

Tints of Medium Slate Blue #6670FC

Color information

#6670FC (or 0x6670FC) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 70 and FC. RGB value is (102,112,252). Sum of RGB (Red+Green+Blue) = 102+112+252=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #6670FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6670FC is #998F03. Grayscale: #7C7C7C. Windows color (decimal): -10063620 or 16543846. OLE color: 16543846.

HSL color Cylindrical-coordinate representation of color #6670FC: hue angle of 236º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6670FC is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102112252-
CMYK0.600.5600.01
HSL236º96.15%69.41%-
HSV(B)236º59.52%98.82%-
XYZ28.8421.4494.71-
YUV124.97199.69111.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.89%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 252 (98.83% from 255) = 54.08%
R=21.89%
G=24.03%
B=54.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021122520.600.5600.0123696.1569.41
Hex6670FC3C3801ec6045
Octal146160374747001354140105
Binary1100110111000011111100111100111000011110110011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6670FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6670FC; }

 p { color: rgb(102,112,252); }

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

<style>
 a { background-color: #6670FC; }

 a { background-color: rgb(102,112,252); }

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

<style>
 span { border-color: #6670FC; }

 span { border-color: rgb(102,112,252); }

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