#6455CD

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

Shades of Slate Blue #6455CD

Tints of Slate Blue #6455CD

Color information

#6455CD (or 0x6455CD) is unknown color: approx Slate Blue. HEX triplet: 64, 55 and CD. RGB value is (100,85,205). Sum of RGB (Red+Green+Blue) = 100+85+205=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #6455CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455CD is #9BAA32. Grayscale: #666666. Windows color (decimal): -10201651 or 13456740. OLE color: 13456740.

HSL color Cylindrical-coordinate representation of color #6455CD: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6455CD is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10085205-
CMYK0.510.5900.20
HSL247.5º54.55%56.86%-
HSV(B)247.5º58.54%80.39%-
XYZ19.5213.6159.36-
YUV103.16185.47125.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.64%
GREEN value IS 85 (33.59% from 255) = 21.79%
BLUE value IS 205 (80.47% from 255) = 52.56%
R=25.64%
G=21.79%
B=52.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100852050.510.5900.20247.554.5556.86
Hex6455CD333B014f83739
Octal14412531563730243706771
Binary110010010101011100110111001111101101010011111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6455CD; }

 p { color: rgb(100,85,205); }

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

<style>
 a { background-color: #6455CD; }

 a { background-color: rgb(100,85,205); }

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

<style>
 span { border-color: #6455CD; }

 span { border-color: rgb(100,85,205); }

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