#6B5DCC

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

Shades of Slate Blue #6B5DCC

Tints of Slate Blue #6B5DCC

Color information

#6B5DCC (or 0x6B5DCC) is unknown color: approx Slate Blue. HEX triplet: 6B, 5D and CC. RGB value is (107,93,204). Sum of RGB (Red+Green+Blue) = 107+93+204=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DCC is #94A233. Grayscale: #6D6D6D. Windows color (decimal): -9740852 or 13393259. OLE color: 13393259.

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

Color convert

RGB10793204-
CMYK0.480.5400.2
HSL247.57º52.11%58.24%-
HSV(B)247.57º54.41%80%-
XYZ20.8815.3158.98-
YUV109.84181.14125.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 93 (36.72% from 255) = 23.02%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=26.49%
G=23.02%
B=50.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107932040.480.5400.2247.5752.1158.24
Hex6B5DCC3036014f8343a
Octal15313531460660243706472
Binary110101110111011100110011000011011001010011111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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