#6754CB

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

Shades of Slate Blue #6754CB

Tints of Slate Blue #6754CB

Color information

#6754CB (or 0x6754CB) is unknown color: approx Slate Blue. HEX triplet: 67, 54 and CB. RGB value is (103,84,203). Sum of RGB (Red+Green+Blue) = 103+84+203=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6754CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754CB is #98AB34. Grayscale: #666666. Windows color (decimal): -10005301 or 13325415. OLE color: 13325415.

HSL color Cylindrical-coordinate representation of color #6754CB: hue angle of 249.58º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6754CB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10384203-
CMYK0.490.5900.20
HSL249.58º53.36%56.27%-
HSV(B)249.58º58.62%79.61%-
XYZ19.5413.5458.08-
YUV103.25184.29127.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 84 (33.20% from 255) = 21.54%
BLUE value IS 203 (79.69% from 255) = 52.05%
R=26.41%
G=21.54%
B=52.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103842030.490.5900.20249.5853.3656.27
Hex6754CB313B014fa3538
Octal14712431361730243726570
Binary110011110101001100101111000111101101010011111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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