#6675FD

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

Shades of Medium Slate Blue #6675FD

Tints of Medium Slate Blue #6675FD

Color information

#6675FD (or 0x6675FD) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 75 and FD. RGB value is (102,117,253). Sum of RGB (Red+Green+Blue) = 102+117+253=472 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.61% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #6675FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6675FD is #998A02. Grayscale: #7F7F7F. Windows color (decimal): -10062339 or 16610662. OLE color: 16610662.

HSL color Cylindrical-coordinate representation of color #6675FD: hue angle of 234.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6675FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102117253-
CMYK0.600.5400.01
HSL234.04º97.42%69.61%-
HSV(B)234.04º59.68%99.22%-
XYZ29.5722.6495.74-
YUV128.02198.53109.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.61%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 253 (99.22% from 255) = 53.60%
R=21.61%
G=24.79%
B=53.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021172530.600.5400.01234.0497.4269.61
Hex6675FD3C3601ea6146
Octal146165375746601352141106
Binary1100110111010111111101111100110110011110101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6675FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6675FD; }

 p { color: rgb(102,117,253); }

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

<style>
 a { background-color: #6675FD; }

 a { background-color: rgb(102,117,253); }

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

<style>
 span { border-color: #6675FD; }

 span { border-color: rgb(102,117,253); }

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