#615CCE

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

Shades of Slate Blue #615CCE

Tints of Slate Blue #615CCE

Color information

#615CCE (or 0x615CCE) is unknown color: approx Slate Blue. HEX triplet: 61, 5C and CE. RGB value is (97,92,206). Sum of RGB (Red+Green+Blue) = 97+92+206=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #615CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCE is #9EA331. Grayscale: #6A6A6A. Windows color (decimal): -10396466 or 13524065. OLE color: 13524065.

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

Color convert

RGB9792206-
CMYK0.530.5500.19
HSL242.63º53.77%58.43%-
HSV(B)242.63º55.34%80.78%-
XYZ19.914.6560.17-
YUV106.49184.16121.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 206 (80.86% from 255) = 52.15%
R=24.56%
G=23.29%
B=52.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97922060.530.5500.19242.6353.7758.43
Hex615CCE3537013f3363a
Octal14113431665670233636672
Binary110000110111001100111011010111011101001111110011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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