#6155DC

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

Shades of Slate Blue #6155DC

Tints of Slate Blue #6155DC

Color information

#6155DC (or 0x6155DC) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and DC. RGB value is (97,85,220). Sum of RGB (Red+Green+Blue) = 97+85+220=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #6155DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155DC is #9EAA23. Grayscale: #676767. Windows color (decimal): -10398244 or 14439777. OLE color: 14439777.

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

Color convert

RGB9785220-
CMYK0.560.6100.14
HSL245.33º65.85%59.8%-
HSV(B)245.33º61.36%86.27%-
XYZ21.114.2169.34-
YUV103.98193.48123.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 85 (33.59% from 255) = 21.14%
BLUE value IS 220 (86.33% from 255) = 54.73%
R=24.13%
G=21.14%
B=54.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal97852200.560.6100.14245.3365.8559.8
Hex6155DC383D0Ef5423c
Octal141125334707501636510274
Binary110000110101011101110011100011110101110111101011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6155DC; }

 p { color: rgb(97,85,220); }

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

<style>
 a { background-color: #6155DC; }

 a { background-color: rgb(97,85,220); }

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

<style>
 span { border-color: #6155DC; }

 span { border-color: rgb(97,85,220); }

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