#6748DC

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

Shades of Slate Blue #6748DC

Tints of Slate Blue #6748DC

Color information

#6748DC (or 0x6748DC) is unknown color: approx Slate Blue. HEX triplet: 67, 48 and DC. RGB value is (103,72,220). Sum of RGB (Red+Green+Blue) = 103+72+220=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #6748DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6748DC is #98B723. Grayscale: #616161. Windows color (decimal): -10008356 or 14436455. OLE color: 14436455.

HSL color Cylindrical-coordinate representation of color #6748DC: hue angle of 252.57º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6748DC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10372220-
CMYK0.530.6700.14
HSL252.57º67.89%57.25%-
HSV(B)252.57º67.27%86.27%-
XYZ20.8312.6969.06-
YUV98.14196.77131.47-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.08%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 220 (86.33% from 255) = 55.70%
R=26.08%
G=18.23%
B=55.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103722200.530.6700.14252.5767.8957.25
Hex6748DC35430Efd4439
Octal1471103346510301637510471
Binary1100111100100011011100110101100001101110111111011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6748DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6748DC; }

 p { color: rgb(103,72,220); }

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

<style>
 a { background-color: #6748DC; }

 a { background-color: rgb(103,72,220); }

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

<style>
 span { border-color: #6748DC; }

 span { border-color: rgb(103,72,220); }

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