#6854CB

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

Shades of Slate Blue #6854CB

Tints of Slate Blue #6854CB

Color information

#6854CB (or 0x6854CB) is unknown color: approx Slate Blue. HEX triplet: 68, 54 and CB. RGB value is (104,84,203). Sum of RGB (Red+Green+Blue) = 104+84+203=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6854CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854CB is #97AB34. Grayscale: #676767. Windows color (decimal): -9939765 or 13325416. OLE color: 13325416.

HSL color Cylindrical-coordinate representation of color #6854CB: hue angle of 250.08º 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 #6854CB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10484203-
CMYK0.490.5900.20
HSL250.08º53.36%56.27%-
HSV(B)250.08º58.62%79.61%-
XYZ19.6613.658.09-
YUV103.55184.13128.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.60%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=26.60%
G=21.48%
B=51.92%

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
Decimal104842030.490.5900.20250.0853.3656.27
Hex6854CB313B014fa3538
Octal15012431361730243726570
Binary110100010101001100101111000111101101010011111010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6854CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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