#6B5DCD

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

Shades of Slate Blue #6B5DCD

Tints of Slate Blue #6B5DCD

Color information

#6B5DCD (or 0x6B5DCD) is unknown color: approx Slate Blue. HEX triplet: 6B, 5D and CD. RGB value is (107,93,205). Sum of RGB (Red+Green+Blue) = 107+93+205=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCD is #94A232. Grayscale: #6D6D6D. Windows color (decimal): -9740851 or 13458795. OLE color: 13458795.

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

Color convert

RGB10793205-
CMYK0.480.5500.20
HSL247.5º52.83%58.43%-
HSV(B)247.5º54.63%80.39%-
XYZ2115.3659.62-
YUV109.95181.64125.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.42%
GREEN value IS 93 (36.72% from 255) = 22.96%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=26.42%
G=22.96%
B=50.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107932050.480.5500.20247.552.8358.43
Hex6B5DCD3037014f8353a
Octal15313531560670243706572
Binary110101110111011100110111000011011101010011111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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