#6754DB

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

Shades of Slate Blue #6754DB

Tints of Slate Blue #6754DB

Color information

#6754DB (or 0x6754DB) is unknown color: approx Slate Blue. HEX triplet: 67, 54 and DB. RGB value is (103,84,219). Sum of RGB (Red+Green+Blue) = 103+84+219=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6754DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754DB is #98AB24. Grayscale: #686868. Windows color (decimal): -10005285 or 14373991. OLE color: 14373991.

HSL color Cylindrical-coordinate representation of color #6754DB: hue angle of 248.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6754DB is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10384219-
CMYK0.530.6200.14
HSL248.44º65.22%59.41%-
HSV(B)248.44º61.64%85.88%-
XYZ21.5514.3468.65-
YUV105.07192.29126.52-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.37%
GREEN value IS 84 (33.20% from 255) = 20.69%
BLUE value IS 219 (85.94% from 255) = 53.94%
R=25.37%
G=20.69%
B=53.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103842190.530.6200.14248.4465.2259.41
Hex6754DB353E0Ef8413b
Octal147124333657601637010173
Binary110011110101001101101111010111111001110111110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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