#6448DB

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

Shades of Slate Blue #6448DB

Tints of Slate Blue #6448DB

Color information

#6448DB (or 0x6448DB) is unknown color: approx Slate Blue. HEX triplet: 64, 48 and DB. RGB value is (100,72,219). Sum of RGB (Red+Green+Blue) = 100+72+219=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #6448DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6448DB is #9BB724. Grayscale: #606060. Windows color (decimal): -10204965 or 14370916. OLE color: 14370916.

HSL color Cylindrical-coordinate representation of color #6448DB: hue angle of 251.43º 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 #6448DB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10072219-
CMYK0.540.6700.14
HSL251.43º67.12%57.06%-
HSV(B)251.43º67.12%85.88%-
XYZ20.3612.4668.35-
YUV97.13196.78130.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.58%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 219 (85.94% from 255) = 56.01%
R=25.58%
G=18.41%
B=56.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100722190.540.6700.14251.4367.1257.06
Hex6448DB36430Efb4339
Octal1441103336610301637310371
Binary1100100100100011011011110110100001101110111110111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6448DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,72,219); }

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

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

 a { background-color: rgb(100,72,219); }

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

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

 span { border-color: rgb(100,72,219); }

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