#6B5DC8

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

Shades of Slate Blue #6B5DC8

Tints of Slate Blue #6B5DC8

Color information

#6B5DC8 (or 0x6B5DC8) is unknown color: approx Slate Blue. HEX triplet: 6B, 5D and C8. RGB value is (107,93,200). Sum of RGB (Red+Green+Blue) = 107+93+200=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 200 (78.52% from 255 or 50% from 400); Max value from RGB is 200 - color contains mainly: blue. Hex color #6B5DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5DC8 is #94A237. Grayscale: #6C6C6C. Windows color (decimal): -9740856 or 13131115. OLE color: 13131115.

HSL color Cylindrical-coordinate representation of color #6B5DC8: hue angle of 247.85º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B5DC8 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10793200-
CMYK0.460.5400.22
HSL247.85º49.31%57.45%-
HSV(B)247.85º53.5%78.43%-
XYZ20.415.1256.49-
YUV109.38179.14126.3-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 93 (36.72% from 255) = 23.25%
BLUE value IS 200 (78.52% from 255) = 50%
R=26.75%
G=23.25%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal107932000.460.5400.22247.8549.3157.45
Hex6B5DC82E36016f83139
Octal15313531056660263706171
Binary110101110111011100100010111011011001011011111000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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