#6749EA

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

Shades of Slate Blue #6749EA

Tints of Slate Blue #6749EA

Color information

#6749EA (or 0x6749EA) is unknown color: approx Slate Blue. HEX triplet: 67, 49 and EA. RGB value is (103,73,234). Sum of RGB (Red+Green+Blue) = 103+73+234=410 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.12% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #6749EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6749EA is #98B615. Grayscale: #636363. Windows color (decimal): -10008086 or 15354215. OLE color: 15354215.

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

Color convert

RGB10373234-
CMYK0.560.6900.08
HSL251.18º79.31%60.2%-
HSV(B)251.18º68.8%91.76%-
XYZ22.8313.5979.26-
YUV100.32203.44129.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.12%
GREEN value IS 73 (28.91% from 255) = 17.80%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=25.12%
G=17.80%
B=57.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal103732340.560.6900.08251.1879.3160.2
Hex6749EA384508fb4f3c
Octal1471113527010501037311774
Binary1100111100100111101010111000100010101000111110111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6749EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,73,234); }

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

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

 a { background-color: rgb(103,73,234); }

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

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

 span { border-color: rgb(103,73,234); }

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