#6b4fcd

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

Shades of Slate Blue #6B4FCD

Tints of Slate Blue #6B4FCD

Color information

#6B4FCD (or 0x6B4FCD) is unknown color: approx Slate Blue. HEX triplet: 6B, 4F and CD. RGB value is (107,79,205). Sum of RGB (Red+Green+Blue) = 107+79+205=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B4FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FCD is #94B032. Grayscale: #656565. Windows color (decimal): -9744435 or 13455211. OLE color: 13455211.

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

Color convert

RGB10779205-
CMYK0.480.6100.20
HSL253.33º55.75%55.69%-
HSV(B)253.33º61.46%80.39%-
XYZ19.8813.1359.24-
YUV101.74186.28131.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.37%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 205 (80.47% from 255) = 52.43%
R=27.37%
G=20.20%
B=52.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107792050.480.6100.20253.3355.7555.69
Hex6B4FCD303D014fd3838
Octal15311731560750243757070
Binary110101110011111100110111000011110101010011111101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b4fcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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