#6B45CD

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

Shades of Slate Blue #6B45CD

Tints of Slate Blue #6B45CD

Color information

#6B45CD (or 0x6B45CD) is unknown color: approx Slate Blue. HEX triplet: 6B, 45 and CD. RGB value is (107,69,205). Sum of RGB (Red+Green+Blue) = 107+69+205=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B45CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B45CD is #94BA32. Grayscale: #5F5F5F. Windows color (decimal): -9746995 or 13452651. OLE color: 13452651.

HSL color Cylindrical-coordinate representation of color #6B45CD: hue angle of 256.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B45CD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10769205-
CMYK0.480.6600.20
HSL256.76º57.63%53.73%-
HSV(B)256.76º66.34%80.39%-
XYZ19.2111.7959.02-
YUV95.87189.59135.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=28.08%
G=18.11%
B=53.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107692050.480.6600.20256.7657.6353.73
Hex6B45CD30420141013a36
Octal153105315601020244017266
Binary11010111000101110011011100001000010010100100000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B45CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B45CD; }

 p { color: rgb(107,69,205); }

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

<style>
 a { background-color: #6B45CD; }

 a { background-color: rgb(107,69,205); }

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

<style>
 span { border-color: #6B45CD; }

 span { border-color: rgb(107,69,205); }

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