#6849DB

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

Shades of Slate Blue #6849DB

Tints of Slate Blue #6849DB

Color information

#6849DB (or 0x6849DB) is unknown color: approx Slate Blue. HEX triplet: 68, 49 and DB. RGB value is (104,73,219). Sum of RGB (Red+Green+Blue) = 104+73+219=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #6849DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6849DB is #97B624. Grayscale: #626262. Windows color (decimal): -9942565 or 14371176. OLE color: 14371176.

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

Color convert

RGB10473219-
CMYK0.530.6700.14
HSL252.74º66.97%57.25%-
HSV(B)252.74º66.67%85.88%-
XYZ20.8812.8268.39-
YUV98.91195.77131.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.26%
GREEN value IS 73 (28.91% from 255) = 18.43%
BLUE value IS 219 (85.94% from 255) = 55.30%
R=26.26%
G=18.43%
B=55.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal104732190.530.6700.14252.7466.9757.25
Hex6849DB35430Efd4339
Octal1501113336510301637510371
Binary1101000100100111011011110101100001101110111111011000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6849DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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