#6749d6

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

Shades of Slate Blue #6749D6

Tints of Slate Blue #6749D6

Color information

#6749D6 (or 0x6749D6) is unknown color: approx Slate Blue. HEX triplet: 67, 49 and D6. RGB value is (103,73,214). Sum of RGB (Red+Green+Blue) = 103+73+214=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #6749D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6749D6 is #98B629. Grayscale: #616161. Windows color (decimal): -10008106 or 14043495. OLE color: 14043495.

HSL color Cylindrical-coordinate representation of color #6749D6: hue angle of 252.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6749D6 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10373214-
CMYK0.520.6600.16
HSL252.77º63.23%56.27%-
HSV(B)252.77º65.89%83.92%-
XYZ20.1112.564.97-
YUV98.04193.44131.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 73 (28.91% from 255) = 18.72%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=26.41%
G=18.72%
B=54.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103732140.520.6600.16252.7763.2356.27
Hex6749D63442010fd3f38
Octal147111326641020203757770
Binary1100111100100111010110110100100001001000011111101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6749d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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