#6155CD

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

Shades of Slate Blue #6155CD

Tints of Slate Blue #6155CD

Color information

#6155CD (or 0x6155CD) is unknown color: approx Slate Blue. HEX triplet: 61, 55 and CD. RGB value is (97,85,205). Sum of RGB (Red+Green+Blue) = 97+85+205=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #6155CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CD is #9EAA32. Grayscale: #656565. Windows color (decimal): -10398259 or 13456737. OLE color: 13456737.

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

Color convert

RGB9785205-
CMYK0.530.5900.20
HSL246º54.55%56.86%-
HSV(B)246º58.54%80.39%-
XYZ19.213.4559.34-
YUV102.27185.98124.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 205 (80.47% from 255) = 52.97%
R=25.06%
G=21.96%
B=52.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97852050.530.5900.2024654.5556.86
Hex6155CD353B014f63739
Octal14112531565730243666771
Binary110000110101011100110111010111101101010011110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6155CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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