#6155CE

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

Shades of Slate Blue #6155CE

Tints of Slate Blue #6155CE

Color information

#6155CE (or 0x6155CE) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and CE. RGB value is (97,85,206). Sum of RGB (Red+Green+Blue) = 97+85+206=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #6155CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CE is #9EAA31. Grayscale: #656565. Windows color (decimal): -10398258 or 13522273. OLE color: 13522273.

HSL color Cylindrical-coordinate representation of color #6155CE: hue angle of 245.95º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6155CE is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9785206-
CMYK0.530.5900.19
HSL245.95º55.25%57.06%-
HSV(B)245.95º58.74%80.78%-
XYZ19.3213.4959.98-
YUV102.38186.48124.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 206 (80.86% from 255) = 53.09%
R=25%
G=21.91%
B=53.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97852060.530.5900.19245.9555.2557.06
Hex6155CE353B013f63739
Octal14112531665730233666771
Binary110000110101011100111011010111101101001111110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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