#6B5AD6

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

Shades of Slate Blue #6B5AD6

Tints of Slate Blue #6B5AD6

Color information

#6B5AD6 (or 0x6B5AD6) is unknown color: approx Slate Blue. HEX triplet: 6B, 5A and D6. RGB value is (107,90,214). Sum of RGB (Red+Green+Blue) = 107+90+214=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B5AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5AD6 is #94A529. Grayscale: #6C6C6C. Windows color (decimal): -9741610 or 14047851. OLE color: 14047851.

HSL color Cylindrical-coordinate representation of color #6B5AD6: hue angle of 248.23º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B5AD6 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10790214-
CMYK0.500.5800.16
HSL248.23º60.19%59.61%-
HSV(B)248.23º57.94%83.92%-
XYZ21.8615.2965.42-
YUV109.22187.13126.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 90 (35.55% from 255) = 21.90%
BLUE value IS 214 (83.98% from 255) = 52.07%
R=26.03%
G=21.90%
B=52.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal107902140.500.5800.16248.2360.1959.61
Hex6B5AD6323A010f83c3c
Octal15313232662720203707474
Binary110101110110101101011011001011101001000011111000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,90,214); }

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

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

 a { background-color: rgb(107,90,214); }

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

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

 span { border-color: rgb(107,90,214); }

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