#6858DB

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

Shades of Slate Blue #6858DB

Tints of Slate Blue #6858DB

Color information

#6858DB (or 0x6858DB) is unknown color: approx Slate Blue. HEX triplet: 68, 58 and DB. RGB value is (104,88,219). Sum of RGB (Red+Green+Blue) = 104+88+219=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6858DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858DB is #97A724. Grayscale: #6B6B6B. Windows color (decimal): -9938725 or 14375016. OLE color: 14375016.

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

Color convert

RGB10488219-
CMYK0.530.6000.14
HSL247.33º64.53%60.2%-
HSV(B)247.33º59.82%85.88%-
XYZ21.9815.0468.76-
YUV107.72190.8125.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 88 (34.77% from 255) = 21.41%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=25.30%
G=21.41%
B=53.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104882190.530.6000.14247.3364.5360.2
Hex6858DB353C0Ef7413c
Octal150130333657401636710174
Binary110100010110001101101111010111110001110111101111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6858DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,88,219); }

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

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

 a { background-color: rgb(104,88,219); }

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

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

 span { border-color: rgb(104,88,219); }

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