#6B57DE

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

Shades of Slate Blue #6B57DE

Tints of Slate Blue #6B57DE

Color information

#6B57DE (or 0x6B57DE) is unknown color: approx Slate Blue. HEX triplet: 6B, 57 and DE. RGB value is (107,87,222). Sum of RGB (Red+Green+Blue) = 107+87+222=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 222 (87.11% from 255 or 53.37% from 416); Max value from RGB is 222 - color contains mainly: blue. Hex color #6B57DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B57DE is #94A821. Grayscale: #6B6B6B. Windows color (decimal): -9742370 or 14571371. OLE color: 14571371.

HSL color Cylindrical-coordinate representation of color #6B57DE: hue angle of 248.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B57DE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10787222-
CMYK0.520.6100.13
HSL248.89º67.16%60.59%-
HSV(B)248.89º60.81%87.06%-
XYZ22.6615.2270.85-
YUV108.37192.13127.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 222 (87.11% from 255) = 53.37%
R=25.72%
G=20.91%
B=53.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal107872220.520.6100.13248.8967.1660.59
Hex6B57DE343D0Df9433d
Octal153127336647501537110375
Binary110101110101111101111011010011110101101111110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B57DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,87,222); }

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

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

 a { background-color: rgb(107,87,222); }

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

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

 span { border-color: rgb(107,87,222); }

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