#6157DB

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

Shades of Slate Blue #6157DB

Tints of Slate Blue #6157DB

Color information

#6157DB (or 0x6157DB) is unknown color: approx Slate Blue. HEX triplet: 61, 57 and DB. RGB value is (97,87,219). Sum of RGB (Red+Green+Blue) = 97+87+219=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #6157DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6157DB is #9EA824. Grayscale: #686868. Windows color (decimal): -10397733 or 14374753. OLE color: 14374753.

HSL color Cylindrical-coordinate representation of color #6157DB: hue angle of 244.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6157DB is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9787219-
CMYK0.560.6000.14
HSL244.55º64.71%60%-
HSV(B)244.55º60.27%85.88%-
XYZ21.1214.4768.7-
YUV105.04192.31122.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.07%
GREEN value IS 87 (34.38% from 255) = 21.59%
BLUE value IS 219 (85.94% from 255) = 54.34%
R=24.07%
G=21.59%
B=54.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97872190.560.6000.14244.5564.7160
Hex6157DB383C0Ef5413c
Octal141127333707401636510174
Binary110000110101111101101111100011110001110111101011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6157DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6157DB; }

 p { color: rgb(97,87,219); }

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

<style>
 a { background-color: #6157DB; }

 a { background-color: rgb(97,87,219); }

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

<style>
 span { border-color: #6157DB; }

 span { border-color: rgb(97,87,219); }

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