#6674EA

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

Shades of Medium Slate Blue #6674EA

Tints of Medium Slate Blue #6674EA

Color information

#6674EA (or 0x6674EA) is unknown color: approx Medium Slate Blue. HEX triplet: 66, 74 and EA. RGB value is (102,116,234). Sum of RGB (Red+Green+Blue) = 102+116+234=452 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.57% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #6674EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6674EA is #998B15. Grayscale: #7C7C7C. Windows color (decimal): -10062614 or 15365222. OLE color: 15365222.

HSL color Cylindrical-coordinate representation of color #6674EA: hue angle of 233.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6674EA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102116234-
CMYK0.560.5000.08
HSL233.64º75.86%65.88%-
HSV(B)233.64º56.41%91.76%-
XYZ26.5821.2680.54-
YUV125.27189.36111.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.57%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 234 (91.80% from 255) = 51.77%
R=22.57%
G=25.66%
B=51.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021162340.560.5000.08233.6475.8665.88
Hex6674EA383208ea4c42
Octal1461643527062010352114102
Binary1100110111010011101010111000110010010001110101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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