#6674FD

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

Shades of Medium Slate Blue #6674FD

Tints of Medium Slate Blue #6674FD

Color information

#6674FD (or 0x6674FD) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 74 and FD. RGB value is (102,116,253). Sum of RGB (Red+Green+Blue) = 102+116+253=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #6674FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674FD is #998B02. Grayscale: #7E7E7E. Windows color (decimal): -10062595 or 16610406. OLE color: 16610406.

HSL color Cylindrical-coordinate representation of color #6674FD: hue angle of 234.44º 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 #6674FD is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102116253-
CMYK0.600.5400.01
HSL234.44º97.42%69.61%-
HSV(B)234.44º59.68%99.22%-
XYZ29.4522.4195.7-
YUV127.43198.86109.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.66%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 253 (99.22% from 255) = 53.72%
R=21.66%
G=24.63%
B=53.72%

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
Decimal1021162530.600.5400.01234.4497.4269.61
Hex6674FD3C3601ea6146
Octal146164375746601352141106
Binary1100110111010011111101111100110110011110101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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