#6754DD

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

Shades of Slate Blue #6754DD

Tints of Slate Blue #6754DD

Color information

#6754DD (or 0x6754DD) is unknown color: approx Slate Blue. HEX triplet: 67, 54 and DD. RGB value is (103,84,221). Sum of RGB (Red+Green+Blue) = 103+84+221=408 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.25% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #6754DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754DD is #98AB22. Grayscale: #686868. Windows color (decimal): -10005283 or 14505063. OLE color: 14505063.

HSL color Cylindrical-coordinate representation of color #6754DD: hue angle of 248.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6754DD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10384221-
CMYK0.530.6200.13
HSL248.32º66.83%59.8%-
HSV(B)248.32º61.99%86.67%-
XYZ21.8114.4470.04-
YUV105.3193.29126.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.25%
GREEN value IS 84 (33.20% from 255) = 20.59%
BLUE value IS 221 (86.72% from 255) = 54.17%
R=25.25%
G=20.59%
B=54.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103842210.530.6200.13248.3266.8359.8
Hex6754DD353E0Df8433c
Octal147124335657601537010374
Binary110011110101001101110111010111111001101111110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6754DD; }

 p { color: rgb(103,84,221); }

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

<style>
 a { background-color: #6754DD; }

 a { background-color: rgb(103,84,221); }

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

<style>
 span { border-color: #6754DD; }

 span { border-color: rgb(103,84,221); }

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