#6674F5

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

Shades of Medium Slate Blue #6674F5

Tints of Medium Slate Blue #6674F5

Color information

#6674F5 (or 0x6674F5) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 74 and F5. RGB value is (102,116,245). Sum of RGB (Red+Green+Blue) = 102+116+245=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #6674F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674F5 is #998B0A. Grayscale: #7D7D7D. Windows color (decimal): -10062603 or 16086118. OLE color: 16086118.

HSL color Cylindrical-coordinate representation of color #6674F5: hue angle of 234.13º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6674F5 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB102116245-
CMYK0.580.5300.04
HSL234.13º87.73%68.04%-
HSV(B)234.13º58.37%96.08%-
XYZ28.2121.9189.13-
YUV126.52194.86110.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.03%
GREEN value IS 116 (45.70% from 255) = 25.05%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=22.03%
G=25.05%
B=52.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1021162450.580.5300.04234.1387.7368.04
Hex6674F53A3504ea5844
Octal146164365726504352130104
Binary110011011101001111010111101011010101001110101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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