#615ccc

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

Shades of Slate Blue #615CCC

Tints of Slate Blue #615CCC

Color information

#615CCC (or 0x615CCC) is unknown color: approx Slate Blue. HEX triplet: 61, 5C and CC. RGB value is (97,92,204). Sum of RGB (Red+Green+Blue) = 97+92+204=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #615CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCC is #9EA333. Grayscale: #696969. Windows color (decimal): -10396468 or 13392993. OLE color: 13392993.

HSL color Cylindrical-coordinate representation of color #615CCC: hue angle of 242.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615CCC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9792204-
CMYK0.520.5500.2
HSL242.68º52.34%58.04%-
HSV(B)242.68º54.9%80%-
XYZ19.6614.5658.9-
YUV106.26183.16121.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=24.68%
G=23.41%
B=51.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97922040.520.5500.2242.6852.3458.04
Hex615CCC3437014f3343a
Octal14113431464670243636472
Binary110000110111001100110011010011011101010011110011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615ccc; }

 p { color: rgb(97,92,204); }

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

<style>
 a { background-color: #615ccc; }

 a { background-color: rgb(97,92,204); }

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

<style>
 span { border-color: #615ccc; }

 span { border-color: rgb(97,92,204); }

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