#6B5ACD

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

Shades of Slate Blue #6B5ACD

Tints of Slate Blue #6B5ACD

Color information

#6B5ACD (or 0x6B5ACD) is unknown color: approx Slate Blue. HEX triplet: 6B, 5A and CD. RGB value is (107,90,205). Sum of RGB (Red+Green+Blue) = 107+90+205=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ACD is #94A532. Grayscale: #6B6B6B. Windows color (decimal): -9741619 or 13458027. OLE color: 13458027.

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

Color convert

RGB10790205-
CMYK0.480.5600.20
HSL248.87º53.49%57.84%-
HSV(B)248.87º56.1%80.39%-
XYZ20.7414.8559.53-
YUV108.19182.63127.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 90 (35.55% from 255) = 22.39%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=26.62%
G=22.39%
B=51.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal107902050.480.5600.20248.8753.4957.84
Hex6B5ACD3038014f9353a
Octal15313231560700243716572
Binary110101110110101100110111000011100001010011111001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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